Returns the values of variables in the array var
in the potential incumbent solution.
Returns the values of variables in the array var
in the potential incumbent solution.
protected virtual double[] GetValues(INumVar[]);
Returns the values of num
consecutive variables, starting from the index specified by start
, in the array var
of variables in the potential incumbent solution.
protected virtual double[] GetValues(INumVar[],int,int);