Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Simplex_Arc_Info< Ftype > Struct Template Reference

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).
 

Detailed Description

template<typename Ftype>
struct Aleph::Simplex_Arc_Info< Ftype >

Arc information for Network Simplex algorithm.

Template Parameters
FtypeFlow/cost numeric type.

Definition at line 954 of file tpl_netcost.H.

Member Data Documentation

◆ lower_bound

◆ skip

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().

◆ state


The documentation for this struct was generated from the following file: