scpsolver.constraints
Interface Convertable

All Known Implementing Classes:
LinearBiggerThanEqualsConstraint, LinearEqualsConstraint, LinearSmallerThanEqualsConstraint

public interface Convertable

Classes implementing this interface can be exported as part of a CPLEX or GMPL problem description. An introduction to the CPLEX file format can be found at http://lpsolve.sourceforge.net/5.1/CPLEX-format.htm, the description of the GMPL file format can be found in the GLPK distribution.

Author:
schober

Method Summary
 java.lang.StringBuffer convertToCPLEX()
          Creates a CPLEX description of the given instance.
 java.lang.StringBuffer convertToGMPL()
          Creates a GMPL description of the given instance.
 

Method Detail

convertToCPLEX

java.lang.StringBuffer convertToCPLEX()
Creates a CPLEX description of the given instance.

Returns:
a CPLEX description of the given instance

convertToGMPL

java.lang.StringBuffer convertToGMPL()
Creates a GMPL description of the given instance.

Returns:
a GMPL description of the given instance