edu.harvard.econcs.jopt.solver
Class MIPInfeasibleException.Cause
java.lang.Object
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
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
LOWER
public static MIPInfeasibleException.Cause LOWER
UPPER
public static MIPInfeasibleException.Cause UPPER
MIPInfeasibleException.Cause
public MIPInfeasibleException.Cause(int type)
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