public HighsStatus addCol(double cost, double lower, double upper, int[] indices, double[] values) { return((HighsStatus)HighsLpSolver.Highs_addCol(this.highs, cost, lower, upper, indices.Length, indices, values)); }