edu.harvard.econcs.jopt.solver
Class MIPInfeasibleException.Cause

java.lang.Object
  extended by edu.harvard.econcs.jopt.solver.MIPInfeasibleException.Cause
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MIPInfeasibleException

public static class MIPInfeasibleException.Cause
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static MIPInfeasibleException.Cause LOWER
           
static MIPInfeasibleException.Cause UPPER
           
 
Constructor Summary
MIPInfeasibleException.Cause(int type)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOWER

public static MIPInfeasibleException.Cause LOWER

UPPER

public static MIPInfeasibleException.Cause UPPER
Constructor Detail

MIPInfeasibleException.Cause

public MIPInfeasibleException.Cause(int type)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object