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

Statistics for min-cost flow algorithms. More...

#include <tpl_mincost.H>

Public Member Functions

void print () const
 

Public Attributes

Flow_Type max_flow {0}
 
Flow_Type min_cost {0}
 
size_t iterations {0}
 
size_t augmentations {0}
 
double elapsed_ms {0}
 

Detailed Description

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

Statistics for min-cost flow algorithms.

Definition at line 839 of file tpl_mincost.H.

Member Function Documentation

◆ print()

Member Data Documentation

◆ augmentations

template<typename Flow_Type >
size_t Aleph::MinCostFlowStats< Flow_Type >::augmentations {0}

Definition at line 844 of file tpl_mincost.H.

Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().

◆ elapsed_ms

Definition at line 845 of file tpl_mincost.H.

Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().

◆ iterations

Definition at line 843 of file tpl_mincost.H.

Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().

◆ max_flow

Definition at line 841 of file tpl_mincost.H.

Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().

◆ min_cost

Definition at line 842 of file tpl_mincost.H.

Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().


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