Flowlessly  0.1
Minimum cost maximum cost solver
 All Classes Functions Pages
Public Member Functions | Public Attributes | List of all members
flowlessly::Arc Struct Reference

Public Member Functions

 Arc (uint32_t src_id, uint32_t dst_id, bool fwd, bool running, int32_t capacity, int32_t cap_lower_bound, int64_t cst, Arc *rev_arc)
 
 Arc (const Arc &arc)
 
 Arc (Arc *old_arc)
 
void CopyArc (const Arc &src_arc)
 

Public Attributes

uint32_t src_node_id
 
uint32_t dst_node_id
 
bool is_alive
 
bool is_fwd
 
bool is_running
 
int32_t residual_cap
 
uint32_t min_flow
 
int64_t cost
 
Arcreverse_arc
 

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