Searched refs:nonNegative (Results 1 – 3 of 3) sorted by relevance
62 protected boolean nonNegative; field in AbstractLinearOptimizer113 this.nonNegative = restrictToNonNegative; in optimize()
174 new SimplexTableau(function, linearConstraints, goal, nonNegative, epsilon); in doOptimize()
141 function mergeDimensions(left, right, nonNegative) { argument154 if (values.length == 1 && nonNegative) {