Home
last modified time | relevance | path

Searched defs:SetUB (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dlinear_solver.h1120 void SetUB(double ub) { SetBounds(lb_, ub); } in SetUB() function
1253 void SetUB(double ub) { SetBounds(lb_, ub); } in SetUB() function