Returns the solution values for an array of variables at the current node.
Returns the solution values for an array of variables at the current node.
protected virtual double[] GetValues(INumVar[]);
Returns the solution values for a set of variables at the current node.
protected virtual double[] GetValues(INumVar[],int,int);