Java Reference
Java Reference
Detailed Description
Test the Linear Solver java interface.
Definition at line 34 of file LinearSolverTest.java.
Public Member Functions | |
| void | setUp () |
| void | testMPSolver_basicCtor () |
| void | testMPSolver_destructor () |
| void | testMPSolver_linearSolver () |
| void | testMPSolver_firstLinearExample () |
| void | testMPSolver_firstMIPExample () |
| void | testMPSolver_successiveObjectives () |
| void | testMPSolver_objectiveOffset () |
| void | testMPSolver_lazyConstraints () |
| void | testMPSolver_sameConstraintName () |
| void | testMPSolver_exportModelToProto () |
| void | testMPsolver_createSolutionResponseProto () |
| void | testMPSolver_solveWithProto () |
| void | testModelExport () |
| void | testMPSolver_wrongModelExport () |
| void | testMPSolver_setHint () |
| void | testMPSolver_issue132 () |
| void | testMPSolver_setHintAndSolverGetters () |
Member Function Documentation
◆ setUp()
| void setUp | ( | ) |
Definition at line 40 of file LinearSolverTest.java.
◆ testModelExport()
| void testModelExport | ( | ) |
Definition at line 495 of file LinearSolverTest.java.
◆ testMPSolver_basicCtor()
| void testMPSolver_basicCtor | ( | ) |
Definition at line 54 of file LinearSolverTest.java.
◆ testMPsolver_createSolutionResponseProto()
| void testMPsolver_createSolutionResponseProto | ( | ) |
Definition at line 451 of file LinearSolverTest.java.
◆ testMPSolver_destructor()
| void testMPSolver_destructor | ( | ) |
Definition at line 63 of file LinearSolverTest.java.
◆ testMPSolver_exportModelToProto()
| void testMPSolver_exportModelToProto | ( | ) |
Definition at line 433 of file LinearSolverTest.java.
◆ testMPSolver_firstLinearExample()
| void testMPSolver_firstLinearExample | ( | ) |
Definition at line 224 of file LinearSolverTest.java.
◆ testMPSolver_firstMIPExample()
| void testMPSolver_firstMIPExample | ( | ) |
Definition at line 266 of file LinearSolverTest.java.
◆ testMPSolver_issue132()
| void testMPSolver_issue132 | ( | ) |
Definition at line 569 of file LinearSolverTest.java.
◆ testMPSolver_lazyConstraints()
| void testMPSolver_lazyConstraints | ( | ) |
Definition at line 389 of file LinearSolverTest.java.
◆ testMPSolver_linearSolver()
| void testMPSolver_linearSolver | ( | ) |
Definition at line 129 of file LinearSolverTest.java.
◆ testMPSolver_objectiveOffset()
| void testMPSolver_objectiveOffset | ( | ) |
Definition at line 375 of file LinearSolverTest.java.
◆ testMPSolver_sameConstraintName()
| void testMPSolver_sameConstraintName | ( | ) |
Definition at line 419 of file LinearSolverTest.java.
◆ testMPSolver_setHint()
| void testMPSolver_setHint | ( | ) |
Definition at line 545 of file LinearSolverTest.java.
◆ testMPSolver_setHintAndSolverGetters()
| void testMPSolver_setHintAndSolverGetters | ( | ) |
Definition at line 611 of file LinearSolverTest.java.
◆ testMPSolver_solveWithProto()
| void testMPSolver_solveWithProto | ( | ) |
Definition at line 469 of file LinearSolverTest.java.
◆ testMPSolver_successiveObjectives()
| void testMPSolver_successiveObjectives | ( | ) |
Definition at line 318 of file LinearSolverTest.java.
◆ testMPSolver_wrongModelExport()
| void testMPSolver_wrongModelExport | ( | ) |
Definition at line 528 of file LinearSolverTest.java.
The documentation for this class was generated from the following file: