![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One row of the benchmark table. More...
#include <line/api/wf/workflow_manager.h>
Public Attributes | |
| bool | success = false |
| double | solveTimeMs = 0.0 |
| bool | hasResults = false |
| double | totalQueueLength = 0.0 |
| double | avgQueueLength = 0.0 |
| std::string | error |
One row of the benchmark table.
Definition at line 107 of file workflow_manager.h.
| double line::wf::BenchmarkRow::avgQueueLength = 0.0 |
Definition at line 112 of file workflow_manager.h.
| std::string line::wf::BenchmarkRow::error |
Definition at line 113 of file workflow_manager.h.
| bool line::wf::BenchmarkRow::hasResults = false |
Definition at line 110 of file workflow_manager.h.
| double line::wf::BenchmarkRow::solveTimeMs = 0.0 |
Definition at line 109 of file workflow_manager.h.
| bool line::wf::BenchmarkRow::success = false |
Definition at line 108 of file workflow_manager.h.
| double line::wf::BenchmarkRow::totalQueueLength = 0.0 |
Definition at line 111 of file workflow_manager.h.