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

Node with supply/demand for transshipment problems. More...

#include <tpl_mincost.H>

Public Attributes

Flow_Type demand {0}
 Positive = supply, negative = demand.
 

Detailed Description

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

Node with supply/demand for transshipment problems.

Positive demand = source (supplies flow) Negative demand = sink (consumes flow) Zero demand = transshipment node

Definition at line 456 of file tpl_mincost.H.

Member Data Documentation

◆ demand

Positive = supply, negative = demand.

Definition at line 458 of file tpl_mincost.H.


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