示例#1
0
 public double[] simplex2(BigTableau bt)
 {
     Simplex.SolveBig(bt, notify);
     return bt.MakeSolution();
 }