Home
last modified time | relevance | path

Searched refs:HasIntegerVariables (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dlinear_solver.h863 bool HasIntegerVariables() const;
H A Dlinear_solver.cc1383 bool MPSolver::HasIntegerVariables() const { in HasIntegerVariables() function in operations_research::MPSolver
1566 if (!IsMIP() && HasIntegerVariables()) { in VerifySolution()