|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of running a max-flow algorithm. More...
#include <net_utils.H>
Public Attributes | |
| Flow_Type | flow_value {0} |
| double | elapsed_ms {0} |
| std::string | algorithm_name |
Result of running a max-flow algorithm.
Definition at line 915 of file net_utils.H.
| std::string Aleph::MaxFlowBenchmarkResult< Flow_Type >::algorithm_name |
Definition at line 919 of file net_utils.H.
Referenced by Aleph::benchmark_maxflow(), and Aleph::print_benchmark_results().
| double Aleph::MaxFlowBenchmarkResult< Flow_Type >::elapsed_ms {0} |
Definition at line 918 of file net_utils.H.
Referenced by Aleph::benchmark_maxflow().
| Flow_Type Aleph::MaxFlowBenchmarkResult< Flow_Type >::flow_value {0} |
Definition at line 917 of file net_utils.H.
Referenced by Aleph::benchmark_maxflow().