public class Simplex extends Object
| Constructor and Description |
|---|
Simplex(double[][] A,
double[] b,
double[] c) |
public double value()
public double[] primal()
public double[] dual()
public void show()
public static void test(double[][] A,
double[] b,
double[] c)
public static void test1()
public static void test2()
public static void test3()
public static void test4()
public static void main(String[] args)
Copyright © 2014. All Rights Reserved.