예제 #1
0
파일: SolverLP.cs 프로젝트: rakot/rawr
 public void SetConstraintLHS(int index, double value)
 {
     lp.SetConstraintLHS(index, value);
 }