Home
last modified time | relevance | path

Searched refs:SupportsProblemType (Results 1 – 8 of 8) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Dinteger_programming.cc33 if (!MPSolver::SupportsProblemType(problem_type)) { in RunIntegerProgrammingExample()
H A Dlinear_programming.cc37 if (!MPSolver::SupportsProblemType(problem_type)) { in RunLinearProgrammingExample()
/dports/math/py-or-tools/or-tools-9.2/examples/tests/
H A Dlp_test.py171 if not pywraplp.Solver.SupportsProblemType(problem_type):
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/csharp/
H A Dlinear_solver.i139 %unignore operations_research::MPSolver::SupportsProblemType;
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/python/
H A Dlinear_solver.i320 %unignore operations_research::MPSolver::SupportsProblemType; // No unit test
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/java/
H A Dlinear_solver.i363 %rename (supportsProblemType) operations_research::MPSolver::SupportsProblemType; // no test
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dlinear_solver.h263 static bool SupportsProblemType(OptimizationProblemType problem_type);
H A Dlinear_solver.cc467 bool MPSolver::SupportsProblemType(OptimizationProblemType problem_type) { in SupportsProblemType() function in operations_research::MPSolver
615 if (!MPSolver::SupportsProblemType(problem_type)) { in CreateSolver()