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

Result of running a max-flow algorithm. More...

#include <net_utils.H>

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

Public Attributes

Flow_Type flow_value {0}
 
double elapsed_ms {0}
 
std::string algorithm_name
 

Detailed Description

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

Result of running a max-flow algorithm.

Definition at line 915 of file net_utils.H.

Member Data Documentation

◆ algorithm_name

template<typename Flow_Type >
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().

◆ elapsed_ms

Definition at line 918 of file net_utils.H.

Referenced by Aleph::benchmark_maxflow().

◆ flow_value

Definition at line 917 of file net_utils.H.

Referenced by Aleph::benchmark_maxflow().


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