|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Protected Member Functions | |
| bool | nearly_equal (double a, double b, double eps=EPSILON) |
| TestNet | build_single_arc_network (double capacity, double cost) |
| TestNet | build_diamond_network () |
| TestNet | build_parallel_paths () |
Static Protected Attributes | |
| static constexpr double | EPSILON = 1e-6 |
Definition at line 54 of file tpl_multicommodity_test.cc.
|
inlineprotected |
Definition at line 75 of file tpl_multicommodity_test.cc.
References Aleph::MCF_Graph< NodeT, ArcT >::insert_arc().
|
inlineprotected |
Definition at line 92 of file tpl_multicommodity_test.cc.
References Aleph::MCF_Graph< NodeT, ArcT >::insert_arc().
|
inlineprotected |
Definition at line 65 of file tpl_multicommodity_test.cc.
References Aleph::MCF_Graph< NodeT, ArcT >::insert_arc().
Definition at line 59 of file tpl_multicommodity_test.cc.
Definition at line 57 of file tpl_multicommodity_test.cc.