.. java:import:: java.util Map .. java:import:: org.junit Test .. java:import:: com.ampl AMPLException .. java:import:: com.ampl Constraint .. java:import:: com.ampl ConstraintInstance .. java:import:: com.ampl EntityType .. java:import:: com.ampl Variable .. java:import:: com.ampl VariableInstance ConstraintTest ============== .. java:package:: com.ampl :noindex: .. java:type:: public class ConstraintTest extends TestBase Methods ------- InterfaceTest ^^^^^^^^^^^^^ .. java:method:: @Test public void InterfaceTest() :outertype: ConstraintTest constantConstraintTest ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void constantConstraintTest() :outertype: ConstraintTest logicalConstraint ^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void logicalConstraint() :outertype: ConstraintTest not ^^^ .. java:method:: @Test public void not() :outertype: ConstraintTest setDual ^^^^^^^ .. java:method:: @Test public void setDual() :outertype: ConstraintTest testConstantConstraint ^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testConstantConstraint() throws AMPLException :outertype: ConstraintTest testDropAndRestore ^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testDropAndRestore() throws AMPLException :outertype: ConstraintTest testGetValues ^^^^^^^^^^^^^ .. java:method:: @Test public void testGetValues() :outertype: ConstraintTest testGetValuesWithABSProblem ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGetValuesWithABSProblem() :outertype: ConstraintTest testRefreshInstances ^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testRefreshInstances() throws AMPLException :outertype: ConstraintTest