Returns the dual solution vector for the constraints corresponding to the rows of an LP matrix.
Returns the dual solution vector for the constraints corresponding to the rows of an LP matrix.
public virtual double[] GetDuals(ILPMatrix);
Returns dual solution values for the constraints corresponding to a range of num
rows of an LP matrix.
public virtual double[] GetDuals(ILPMatrix,int,int);
Returns dual solution values for an array of range constraints.
public virtual double[] GetDuals(IRange[]);
Returns dual solution values for num
consecutive range constraints, starting from the index specified by start
.
public virtual double[] GetDuals(IRange[],int,int);