| Limbo
    | 
Test dual min-cost flow solver limbo::solvers::DualMinCostFlow. 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 dual min-cost flow solver limbo::solvers::DualMinCostFlow.
Definition in file test_DualMinCostFlow.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
main function
Given .lp file, solver linear programming problem with dual min-cost flow by limbo::solvers::DualMinCostFlow.
| argc | number of arguments | 
| argv | values of arguments | 
Definition at line 63 of file test_DualMinCostFlow.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_DualMinCostFlow.cpp.
 1.8.8
 1.8.8