public void SetLHS(int row, double value) { if (row == -1) { return; } lp.SetLHS(row, value * arraySet.rowScale[row]); }