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

java.lang.Object
  extended by edu.harvard.econcs.jopt.solver.mip.CompareType
All Implemented Interfaces:
java.io.Serializable

public class CompareType
extends java.lang.Object
implements java.io.Serializable

Enum of types of comparisons that can be made.

Since:
Apr 14, 2004
Version:
$Revision: 1.3 $ on $Date: 2005/10/17 18:49:44 $
See Also:
Serialized Form

Field Summary
static CompareType EQ
           
static CompareType GEQ
           
static CompareType LEQ
           
 
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

LEQ

public static final CompareType LEQ

EQ

public static final CompareType EQ

GEQ

public static final CompareType GEQ
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