net.sourceforge.swimp.test.osimsk
Class TestOsiMskSolverInterface

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sourceforge.swimp.test.util.SwimpBaseTestCase
              extended by net.sourceforge.swimp.test.coin.AbstractTestOsiSolverInterface
                  extended by net.sourceforge.swimp.test.osimsk.TestOsiMskSolverInterface
All Implemented Interfaces:
junit.framework.Test

public class TestOsiMskSolverInterface
extends AbstractTestOsiSolverInterface

Author:
schickin

Field Summary
 
Fields inherited from class net.sourceforge.swimp.test.util.SwimpBaseTestCase
tmpFilePrefix, tmpFileSuffix
 
Constructor Summary
TestOsiMskSolverInterface(java.lang.String arg0)
          Constructor for TestOsiVolSolverInterface.
 
Method Summary
protected  double getPrecision()
           
protected  OsiSolverInterface getSolver()
           
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  boolean supportsBranchAndBound()
           
protected  boolean supportsCloneWithoutCopy()
           
protected  void tearDown()
           
 void testRandomAssignment()
           
 
Methods inherited from class net.sourceforge.swimp.test.coin.AbstractTestOsiSolverInterface
supportsReadWriteMpsAndLp, testCloneSolver, testGetAndSetParam, testGetLPString, testIPSolver, testProblemQueryMethods, testReadErroneousMpsFile, testSetObjCoeff, testSolveAndCheckSolution, testWarmStart, testWriteAndReadLp, testWriteAndReadMps
 
Methods inherited from class net.sourceforge.swimp.test.util.SwimpBaseTestCase
getSwimpProperties, getSwimpRootDir, getTestDataFile
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestOsiMskSolverInterface

public TestOsiMskSolverInterface(java.lang.String arg0)
Constructor for TestOsiVolSolverInterface.

Parameters:
arg0 -
Method Detail

main

public static void main(java.lang.String[] args)

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class AbstractTestOsiSolverInterface
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class AbstractTestOsiSolverInterface
Throws:
java.lang.Exception

getSolver

protected OsiSolverInterface getSolver()
Specified by:
getSolver in class AbstractTestOsiSolverInterface

supportsBranchAndBound

protected boolean supportsBranchAndBound()
Overrides:
supportsBranchAndBound in class AbstractTestOsiSolverInterface

supportsCloneWithoutCopy

protected boolean supportsCloneWithoutCopy()
Overrides:
supportsCloneWithoutCopy in class AbstractTestOsiSolverInterface

getPrecision

protected double getPrecision()
Overrides:
getPrecision in class AbstractTestOsiSolverInterface

testRandomAssignment

public void testRandomAssignment()
Overrides:
testRandomAssignment in class AbstractTestOsiSolverInterface