Returns an array containing the row activity values for the constraints corresponding to the rows of an LP matrix.
Returns an array containing the row activity values for the constraints corresponding to the rows of an LP matrix.
public virtual double[] GetAX(ILPMatrix);
Returns row activity values for a range of num
consecutive rows, starting from the index specified by start
, of an LP matrix.
public virtual double[] GetAX(ILPMatrix,int,int);
Returns the row activity value for a range constraint.
public virtual double GetAX(IRange);
Returns row activity values for an array of range constraints.
public virtual double[] GetAX(IRange[]);
Queries row activity values for a set of range constraints.
public virtual double[] GetAX(IRange[],int,int);