Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dlinear_solver.h1117 void SetLB(double lb) { SetBounds(lb, ub_); } in SetLB() function
1250 void SetLB(double lb) { SetBounds(lb, ub_); } in SetLB() function