|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
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} |
Statistics for min-cost flow algorithms.
Definition at line 839 of file tpl_mincost.H.
|
inline |
Definition at line 847 of file tpl_mincost.H.
References Aleph::MinCostFlowStats< Flow_Type >::augmentations, Aleph::MinCostFlowStats< Flow_Type >::elapsed_ms, Aleph::MinCostFlowStats< Flow_Type >::iterations, Aleph::MinCostFlowStats< Flow_Type >::max_flow, and Aleph::MinCostFlowStats< Flow_Type >::min_cost.
| size_t Aleph::MinCostFlowStats< Flow_Type >::augmentations {0} |
Definition at line 844 of file tpl_mincost.H.
Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().
| double Aleph::MinCostFlowStats< Flow_Type >::elapsed_ms {0} |
Definition at line 845 of file tpl_mincost.H.
Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().
| size_t Aleph::MinCostFlowStats< Flow_Type >::iterations {0} |
Definition at line 843 of file tpl_mincost.H.
Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().
| Flow_Type Aleph::MinCostFlowStats< Flow_Type >::max_flow {0} |
Definition at line 841 of file tpl_mincost.H.
Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().
| Flow_Type Aleph::MinCostFlowStats< Flow_Type >::min_cost {0} |
Definition at line 842 of file tpl_mincost.H.
Referenced by Aleph::MinCostFlowStats< Flow_Type >::print().