|
Limbo
|
Test min-cost flow solver limbo::solvers::MinCostFlow. More...
Go to the source code of this file.
Functions | |
| void | test (std::string const &filename, int alg) |
| test file API More... | |
| int | main (int argc, char **argv) |
| main function More... | |
Test min-cost flow solver limbo::solvers::MinCostFlow.
Definition in file test_MinCostFlow.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main function
Given .lp file, solver linear programming problem with min-cost flow by limbo::solvers::MinCostFlow.
| argc | number of arguments |
| argv | values of arguments |
Definition at line 63 of file test_MinCostFlow.cpp.
| void test | ( | std::string const & | filename, |
| int | alg | ||
| ) |
test file API
| filename | input lp file |
| alg | algorithm type, 0 for cost scaling, 1 for capacity scaling, 2 for network simplex, 3 for cycle canceling |
Definition at line 14 of file test_MinCostFlow.cpp.
1.8.8