![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One probability query: the estimate, and whether the state occurred at all. More...
#include <line/solvers/ssa/solver_ssa_getters.h>
Public Attributes | |
| double | prob = 0.0 |
| bool | seen = false |
One probability query: the estimate, and whether the state occurred at all.
Definition at line 61 of file solver_ssa_getters.h.
| double line::ssa::SsaProbResult::prob = 0.0 |
Definition at line 62 of file solver_ssa_getters.h.
Referenced by line::ssa::ssa_prob(), line::ssa::ssa_prob_aggr(), line::ssa::ssa_prob_sys(), and line::ssa::ssa_prob_sys_aggr().
| bool line::ssa::SsaProbResult::seen = false |
Definition at line 63 of file solver_ssa_getters.h.
Referenced by line::ssa::ssa_prob(), line::ssa::ssa_prob_aggr(), line::ssa::ssa_prob_sys(), and line::ssa::ssa_prob_sys_aggr().