![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The gate verdict, plus the message the caller reports either way. More...
#include <line/api/mc/ctmc_memory_gate.h>
Public Attributes | |
| bool | ok = true |
| std::string | message |
| double | predicted_gb = 0.0 |
| double | budget_gb = 0.0 |
The gate verdict, plus the message the caller reports either way.
Definition at line 62 of file ctmc_memory_gate.h.
| double line::mc::CtmcGateResult::budget_gb = 0.0 |
Definition at line 66 of file ctmc_memory_gate.h.
Referenced by line::mc::ctmc_memory_gate().
| std::string line::mc::CtmcGateResult::message |
Definition at line 64 of file ctmc_memory_gate.h.
Referenced by line::mc::ctmc_memory_gate(), and line::ctmc::solve_struct().
| bool line::mc::CtmcGateResult::ok = true |
Definition at line 63 of file ctmc_memory_gate.h.
Referenced by line::mc::ctmc_memory_gate(), and line::ctmc::solve_struct().
| double line::mc::CtmcGateResult::predicted_gb = 0.0 |
Definition at line 65 of file ctmc_memory_gate.h.
Referenced by line::mc::ctmc_memory_gate().