Пример #1
0
 public HighsStatus changeColsCostBySet(int[] cols, double[] costs)
 {
     return((HighsStatus)HighsLpSolver.Highs_changeColsCostBySet(this.highs, cols.Length, cols, costs));
 }