|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Arc information for Network Simplex algorithm. More...
#include <tpl_netcost.H>
Public Attributes | |
| Simplex_Arc_State | state = Simplex_Arc_State::Lower |
| Arc state (Lower, Upper, or Tree). | |
| bool | skip = false |
| Skip this arc temporarily (failed pivot, will retry later). | |
| Ftype | lower_bound = Ftype{0} |
| Lower bound on flow (default 0). | |
Arc information for Network Simplex algorithm.
| Ftype | Flow/cost numeric type. |
Definition at line 954 of file tpl_netcost.H.
Lower bound on flow (default 0).
Definition at line 961 of file tpl_netcost.H.
Referenced by Aleph::Network_Simplex< Net >::get_lower_bound(), Aleph::Network_Simplex< Net >::residual_lower(), and Aleph::Network_Simplex< Net >::set_lower_bound().
Skip this arc temporarily (failed pivot, will retry later).
Definition at line 959 of file tpl_netcost.H.
Referenced by Aleph::Network_Simplex< Net >::run().
Arc state (Lower, Upper, or Tree).
Definition at line 957 of file tpl_netcost.H.
Referenced by Aleph::Network_Simplex< Net >::augment_and_find_leaving(), Aleph::Network_Simplex< Net >::build_spanning_tree(), Aleph::Network_Simplex< Net >::find_entering_arc(), Aleph::Network_Simplex< Net >::force_partial_arcs_into_tree(), Aleph::Network_Simplex< Net >::init_structures(), Aleph::Network_Simplex< Net >::pivot_tree(), Aleph::Network_Simplex< Net >::print_diagnostics(), and Aleph::Network_Simplex< Net >::run().