Exemplo n.º 1
0
 public HighsStatus deleteRowsBySet(int[] rows)
 {
     return((HighsStatus)HighsLpSolver.Highs_deleteRowsBySet(this.highs, rows.Length, rows));
 }
Exemplo n.º 2
0
 public int deleteRowsBySet(int[] rows)
 {
     return(HighsLpSolver.Highs_deleteRowsBySet(this.highs, rows.Length, rows));
 }