Home
last modified time | relevance | path

Searched refs:_max (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRepetition.php63 protected $_max = 0; variable in Hoa\\Compiler\\Llk\\Rule\\Repetition
92 $this->_max = $max;
114 return $this->_max;
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCartesianProduct.php69 protected $_max = 0; variable in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct
112 $this->_max = count($this->_sets) - 1;
161 for ($i = 0; $i <= $this->_max; ++$i) {
170 if ($i === $this->_max) {