Home
last modified time | relevance | path

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

/dports/games/cake/cake_src/cake/
H A Dcommands.cpp409 void Commands::NextSolution(void) in NextSolution() function in Commands
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dscip_interface.cc888 bool SCIPInterface::NextSolution() { in NextSolution() function in operations_research::SCIPInterface
H A Dgurobi_interface.cc1343 bool GurobiInterface::NextSolution() { in NextSolution() function in operations_research::GurobiInterface
H A Dlinear_solver.h1739 virtual bool NextSolution() { return false; } in NextSolution() function
H A Dlinear_solver.cc1736 bool MPSolver::NextSolution() { return interface_->NextSolution(); } in NextSolution() function in operations_research::MPSolver
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dconstraint_solver.cc2099 bool Solver::NextSolution() { in NextSolution() function in operations_research::Solver