edu.harvard.econcs.jopt.solver.mip
Class VarType

java.lang.Object
  extended by 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

Field Summary
static VarType BOOLEAN
           
static VarType DOUBLE
           
static VarType INT
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BOOLEAN

public static final VarType BOOLEAN

INT

public static final VarType INT

DOUBLE

public static final VarType DOUBLE
Method Detail

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