public abstract class IloCustomIntValueEval extends java.lang.Object implements IloIntValueEval
| Modifier | Constructor and Description |
|---|---|
protected |
IloCustomIntValueEval(IloCP cp)
This constructor is to used in the constructor of your subclass as follows:
super(cp) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
abstract double |
eval(IloCPEngine cp,
IloIntVar x,
int value)
This abstract method returns a floating-point evaluation of the instantiation of
x to value. |
protected IloCustomIntValueEval(IloCP cp) throws IloException
super(cp)IloExceptionpublic abstract double eval(IloCPEngine cp, IloIntVar x, int value)
This abstract method returns a floating-point evaluation of the instantiation of x to value.
public void end()
end in interface IloIntValueEval