edu.harvard.econcs.jopt.solver.mip
Class VarType
java.lang.Object
edu.harvard.econcs.jopt.solver.mip.VarType
- All Implemented Interfaces:
- java.io.Serializable
public class VarType
- extends java.lang.Object
- implements java.io.Serializable
Enum of the types that variables can have.
- Since:
- Apr 14, 2004
- Version:
- $Revision: 1.3 $ on $Date: 2005/05/16 23:27:28 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
BOOLEAN
public static final VarType BOOLEAN
INT
public static final VarType INT
DOUBLE
public static final VarType DOUBLE
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object