net.sourceforge.swimp.test.osisym
Class TestOsiSymSolverInterface

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.osisym.TestOsiSymSolverInterface
All Implemented Interfaces:
junit.framework.Test

public class TestOsiSymSolverInterface
extends AbstractTestOsiSolverInterface

Author:
schickin

Field Summary
 
Fields inherited from class net.sourceforge.swimp.test.util.SwimpBaseTestCase
tmpFilePrefix, tmpFileSuffix
 
Constructor Summary
TestOsiSymSolverInterface(java.lang.String arg0)
          Constructor for TestOsiSymSolverInterface.
 
Method Summary
protected  OsiSolverInterface getSolver()
           
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  boolean supportsBranchAndBound()
           
protected  boolean supportsCloneWithoutCopy()
           
protected  void tearDown()
           
 void testReadErroneousMpsFile()
           
 void testSymParameters()
           
 
Methods inherited from class net.sourceforge.swimp.test.coin.AbstractTestOsiSolverInterface
getPrecision, supportsReadWriteMpsAndLp, testCloneSolver, testGetAndSetParam, testGetLPString, testIPSolver, testProblemQueryMethods, testRandomAssignment, 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

TestOsiSymSolverInterface

public TestOsiSymSolverInterface(java.lang.String arg0)
Constructor for TestOsiSymSolverInterface.

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

testReadErroneousMpsFile

public void testReadErroneousMpsFile()
Overrides:
testReadErroneousMpsFile in class AbstractTestOsiSolverInterface

testSymParameters

public void testSymParameters()