LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::wf::BenchmarkRow Struct Reference

One row of the benchmark table. More...

#include <line/api/wf/workflow_manager.h>

Collaboration diagram for line::wf::BenchmarkRow:

Public Attributes

bool success = false
double solveTimeMs = 0.0
bool hasResults = false
double totalQueueLength = 0.0
double avgQueueLength = 0.0
std::string error

Detailed Description

One row of the benchmark table.

Definition at line 107 of file workflow_manager.h.

Member Data Documentation

◆ avgQueueLength

double line::wf::BenchmarkRow::avgQueueLength = 0.0

Definition at line 112 of file workflow_manager.h.

◆ error

std::string line::wf::BenchmarkRow::error

Definition at line 113 of file workflow_manager.h.

◆ hasResults

bool line::wf::BenchmarkRow::hasResults = false

Definition at line 110 of file workflow_manager.h.

◆ solveTimeMs

double line::wf::BenchmarkRow::solveTimeMs = 0.0

Definition at line 109 of file workflow_manager.h.

◆ success

bool line::wf::BenchmarkRow::success = false

Definition at line 108 of file workflow_manager.h.

◆ totalQueueLength

double line::wf::BenchmarkRow::totalQueueLength = 0.0

Definition at line 111 of file workflow_manager.h.


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