Java Reference
Java Reference
CpSolverTest
Detailed Description
Tests the CpSolver java interface.
Definition at line 28 of file CpSolverTest.java.
Classes | |
| class | LogToString |
| class | SolutionCounter |
Public Member Functions | |
| void | setUp () |
| void | testCpSolver_solve () throws Exception |
| void | testCpSolver_invalidModel () throws Exception |
| void | testCpSolver_hinting () throws Exception |
| void | testCpSolver_booleanValue () throws Exception |
| void | testCpSolver_searchAllSolutions () throws Exception |
| void | testCpSolver_objectiveValue () throws Exception |
| void | testCpModel_crashPresolve () throws Exception |
| void | testCpSolver_customLog () throws Exception |
| void | testCpSolver_customLogMultiThread () |
| void | issue3108 () |
Member Function Documentation
◆ issue3108()
| void issue3108 | ( | ) |
Definition at line 293 of file CpSolverTest.java.
◆ setUp()
| void setUp | ( | ) |
Definition at line 30 of file CpSolverTest.java.
◆ testCpModel_crashPresolve()
| void testCpModel_crashPresolve | ( | ) | throws Exception |
Definition at line 206 of file CpSolverTest.java.
◆ testCpSolver_booleanValue()
| void testCpSolver_booleanValue | ( | ) | throws Exception |
Definition at line 137 of file CpSolverTest.java.
◆ testCpSolver_customLog()
| void testCpSolver_customLog | ( | ) | throws Exception |
Definition at line 234 of file CpSolverTest.java.
◆ testCpSolver_customLogMultiThread()
| void testCpSolver_customLogMultiThread | ( | ) |
Definition at line 263 of file CpSolverTest.java.
◆ testCpSolver_hinting()
| void testCpSolver_hinting | ( | ) | throws Exception |
Definition at line 112 of file CpSolverTest.java.
◆ testCpSolver_invalidModel()
| void testCpSolver_invalidModel | ( | ) | throws Exception |
Definition at line 90 of file CpSolverTest.java.
◆ testCpSolver_objectiveValue()
| void testCpSolver_objectiveValue | ( | ) | throws Exception |
Definition at line 179 of file CpSolverTest.java.
◆ testCpSolver_searchAllSolutions()
| void testCpSolver_searchAllSolutions | ( | ) | throws Exception |
Definition at line 155 of file CpSolverTest.java.
◆ testCpSolver_solve()
| void testCpSolver_solve | ( | ) | throws Exception |
Definition at line 66 of file CpSolverTest.java.
The documentation for this class was generated from the following file: