This method returns a value evaluator.
Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)
Syntax
| C# |
|---|
public virtual IIntValueEval ExplicitValueEval( int[] vals, int[] evaluation, double defaultEval ) |
| Visual Basic |
|---|
Public Overridable Function ExplicitValueEval ( _ vals As Integer(), _ evaluation As Integer(), _ defaultEval As Double _ ) As IIntValueEval |
Parameters
- vals
- Type: array<System..::..Int32>[]()[][]
- evaluation
- Type: array<System..::..Int32>[]()[][]
- defaultEval
- Type: System..::..Double