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

Result of a circulation problem. More...

#include <net_apps.H>

Collaboration diagram for Aleph::CirculationResult< Flow_Type >:
[legend]

Public Attributes

bool feasible {false}
 Is there a feasible circulation?
 
Flow_Type excess_flow {0}
 Flow needed to satisfy demands.
 
DynMapTree< void *, Flow_Typeflow
 Flow on each edge (arc pointer -> flow)
 

Detailed Description

template<typename Flow_Type>
struct Aleph::CirculationResult< Flow_Type >

Result of a circulation problem.

Definition at line 86 of file net_apps.H.

Member Data Documentation

◆ excess_flow

Flow needed to satisfy demands.

Definition at line 89 of file net_apps.H.

Referenced by Aleph::solve_circulation().

◆ feasible

Is there a feasible circulation?

Definition at line 88 of file net_apps.H.

Referenced by Aleph::solve_circulation().

◆ flow

Flow on each edge (arc pointer -> flow)

Definition at line 90 of file net_apps.H.

Referenced by Aleph::solve_circulation().


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