Returns reduced costs for the variables corresponding to the columns of an LP matrix.
Returns reduced costs for the variables corresponding to the columns of an LP matrix.
public virtual double[] GetReducedCosts(ILPMatrix);
Returns reduced costs for the variables corresponding to a range of num
columns of LP matrix, starting from the column specified by start
.
public virtual double[] GetReducedCosts(ILPMatrix,int,int);
Returns reduced costs for an array of variables.
public virtual double[] GetReducedCosts(INumVar[]);
Returns reduced costs for num
consecutive variables, starting from the index specified by start
.
public virtual double[] GetReducedCosts(INumVar[],int,int);