simple example of how to build up and solve an lp using the SoPlex callable library More...
Go to the source code of this file.
Functions | |
void | test_real () |
void | test_rational () |
int | main () |
simple example of how to build up and solve an lp using the SoPlex callable library
Definition in file example.cpp.
int main | ( | ) |
Definition at line 144 of file example.cpp.
References test_rational(), and test_real().
void test_rational | ( | ) |
Definition at line 84 of file example.cpp.
References DSVectorBase< R >::add(), and soplex::infinity.
Referenced by main().
void test_real | ( | ) |
Definition at line 37 of file example.cpp.
References DSVectorBase< R >::add(), and soplex::infinity.
Referenced by main().