Java Reference
Java Reference
Detailed Description
Tests the Constraint solver java interface.
Definition at line 34 of file ConstraintSolverTest.java.
Classes | |
| class | ActionDecisionBuilder |
| class | DummyDecisionBuilder |
| class | FailDecisionBuilder |
| A decision builder that fails. | |
Public Member Functions | |
| void | setUp () |
| void | testSolverCtor () |
| void | testIntVar () |
| void | testIntVarArray () |
| void | testRabbitsPheasants () |
| void | testDummyDecisionBuilder () |
| void | testFailDecisionBuilder () |
| void | testGolombRuler () |
| Golomb Ruler test. More... | |
| void | testElementFunction () |
| void | testSolverParameters () |
| void | testRegularLimitParameters () |
| void | testClosureDecision () |
| void | testSolverInClosureDecision () |
| void | testActionDecisionBuilder () |
| void | testSolver () |
| void | testSolverWithLocalSearchFilter () |
| void | testSolverLns () |
| void | testSearchLog () |
| void | testSearchLogWithCallback () |
| void | testSearchLogWithLambdaCallback () |
| void | testSearchLogWithIntVarCallback () |
| void | testSearchLogWithObjectiveCallback () |
Member Function Documentation
◆ setUp()
| void setUp | ( | ) |
Definition at line 36 of file ConstraintSolverTest.java.
◆ testActionDecisionBuilder()
| void testActionDecisionBuilder | ( | ) |
Definition at line 263 of file ConstraintSolverTest.java.
◆ testClosureDecision()
| void testClosureDecision | ( | ) |
Definition at line 190 of file ConstraintSolverTest.java.
◆ testDummyDecisionBuilder()
| void testDummyDecisionBuilder | ( | ) |
Definition at line 99 of file ConstraintSolverTest.java.
◆ testElementFunction()
| void testElementFunction | ( | ) |
Definition at line 161 of file ConstraintSolverTest.java.
◆ testFailDecisionBuilder()
| void testFailDecisionBuilder | ( | ) |
Definition at line 118 of file ConstraintSolverTest.java.
◆ testGolombRuler()
| void testGolombRuler | ( | ) |
Golomb Ruler test.
Definition at line 126 of file ConstraintSolverTest.java.
◆ testIntVar()
| void testIntVar | ( | ) |
Definition at line 49 of file ConstraintSolverTest.java.
◆ testIntVarArray()
| void testIntVarArray | ( | ) |
Definition at line 57 of file ConstraintSolverTest.java.
◆ testRabbitsPheasants()
| void testRabbitsPheasants | ( | ) |
Definition at line 68 of file ConstraintSolverTest.java.
◆ testRegularLimitParameters()
| void testRegularLimitParameters | ( | ) |
Definition at line 179 of file ConstraintSolverTest.java.
◆ testSearchLog()
| void testSearchLog | ( | ) |
Definition at line 463 of file ConstraintSolverTest.java.
◆ testSearchLogWithCallback()
| void testSearchLogWithCallback | ( | ) |
Definition at line 484 of file ConstraintSolverTest.java.
◆ testSearchLogWithIntVarCallback()
| void testSearchLogWithIntVarCallback | ( | ) |
Definition at line 509 of file ConstraintSolverTest.java.
◆ testSearchLogWithLambdaCallback()
| void testSearchLogWithLambdaCallback | ( | ) |
Definition at line 495 of file ConstraintSolverTest.java.
◆ testSearchLogWithObjectiveCallback()
| void testSearchLogWithObjectiveCallback | ( | ) |
Definition at line 522 of file ConstraintSolverTest.java.
◆ testSolver()
| void testSolver | ( | ) |
Definition at line 313 of file ConstraintSolverTest.java.
◆ testSolverCtor()
| void testSolverCtor | ( | ) |
Definition at line 41 of file ConstraintSolverTest.java.
◆ testSolverInClosureDecision()
| void testSolverInClosureDecision | ( | ) |
Definition at line 205 of file ConstraintSolverTest.java.
◆ testSolverLns()
| void testSolverLns | ( | ) |
Definition at line 430 of file ConstraintSolverTest.java.
◆ testSolverParameters()
| void testSolverParameters | ( | ) |
Definition at line 170 of file ConstraintSolverTest.java.
◆ testSolverWithLocalSearchFilter()
| void testSolverWithLocalSearchFilter | ( | ) |
Definition at line 384 of file ConstraintSolverTest.java.
The documentation for this class was generated from the following file: