Exemple #1
0
 public HighsStatus addRows(double[] lower, double[] upper, int[] starts, int[] indices, double[] values)
 {
     return((HighsStatus)HighsLpSolver.Highs_addRows(this.highs, lower.Length, lower, upper, indices.Length, starts, indices, values));
 }