|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjopt.csp.util.IntegerUtil
Integer type utility functions
| Constructor Summary | |
IntegerUtil()
|
|
| Method Summary | |
static int |
getMax(CspNumExpr expr)
Returns maximum value of a numeric expression as an int type |
static int |
getMax(VariableSolution sol)
Returns maximum value of a numeric expression as a double type |
static int |
getMin(CspNumExpr expr)
Returns minimum value of a numeric expression as an int type |
static int |
getMin(VariableSolution sol)
Returns minimum value of a numeric expression as a double type |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntegerUtil()
| Method Detail |
public static int getMin(CspNumExpr expr)
public static int getMax(CspNumExpr expr)
public static int getMin(VariableSolution sol)
public static int getMax(VariableSolution sol)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||