Returns the solution vector for the columns of an LP matrix.
Returns the solution vector for the columns of an LP matrix.
public virtual double[] GetValues(ILPMatrix);
Returns the solution vector for a range of num
columns of an LP matrix, starting at the index specified by start
.
public virtual double[] GetValues(ILPMatrix,int,int);
Returns solution values for an array of variables.
public virtual double[] GetValues(INumVar[]);
Returns solution values for a set of variables.
public virtual double[] GetValues(INumVar[],int,int);