Home
last modified time | relevance | path

Searched refs:VerifySolution (Results 1 – 15 of 15) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/multicore/
H A Dutest_MCORE_linactuator.cpp48 void VerifySolution(double time);
158 void ChLinActuatorTest::VerifySolution(double time) { in VerifySolution() function in ChLinActuatorTest
312 VerifySolution(time); in TEST_P()
322 VerifySolution(time); in TEST_P()
/dports/math/py-or-tools/or-tools-9.2/examples/python/
H A Dchemical_balance_lp.py73 assert solver.VerifySolution(1e-7, True)
H A Dinteger_programming.py83 assert solver.VerifySolution(1e-7, True)
H A Dlinear_programming.py104 assert solver.VerifySolution(1e-7, True)
/dports/math/py-or-tools/or-tools-9.2/examples/tests/
H A Dlp_test.py143 self.assertTrue(solver.VerifySolution(tolerance, True))
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Dsolve.cc304 solver.VerifySolution(/*tolerance=*/param.GetDoubleParam( in Run()
/dports/math/gap/gap-4.11.0/pkg/HeLP-3.5/doc/
H A DHeLP.toc29 …umberline {3.6.1}\leavevmode {\color {Chapter }HeLP{\textunderscore }VerifySolution}}{13}{subsecti…
/dports/math/py-or-tools/or-tools-9.2/examples/notebook/examples/
H A Dchemical_balance_lp.ipynb149 "assert solver.VerifySolution(1e-7, True)\n",
H A Dinteger_programming.ipynb159 " assert solver.VerifySolution(1e-7, True)\n",
H A Dlinear_programming.ipynb180 " assert solver.VerifySolution(1e-7, True)\n",
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/csharp/
H A Dlinear_solver.i133 %unignore operations_research::MPSolver::VerifySolution;
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/python/
H A Dlinear_solver.i307 %unignore operations_research::MPSolver::VerifySolution;
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/java/
H A Dlinear_solver.i343 %rename (verifySolution) operations_research::MPSolver::VerifySolution;
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dlinear_solver.h494 bool VerifySolution(double tolerance, bool log_errors) const;
H A Dlinear_solver.cc1411 } else if (!VerifySolution( in Solve()
1521 bool MPSolver::VerifySolution(double tolerance, bool log_errors) const { in VerifySolution() function in operations_research::MPSolver