Injects a solution to be used as the potential new incumbent.
Injects a solution to be used as the potential new incumbent.
protected virtual void SetSolution(INumVar[],double[]);
protected virtual void SetSolution(INumVar[],double[],double);
Injects a solution to be used as the potential new incumbent from an array that may possibly contain other elements.
protected virtual void SetSolution(INumVar[],double[],int,int);
protected virtual void SetSolution(INumVar[],double[],int,int,double);