![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The log contribution, and whether the state carries any mass at all. More...
#include <line/api/sn/sn_open_prob_terms.h>
Public Attributes | |
| T | logp |
| log of the open-class factor at this station | |
| bool | feasible |
| false when the law gives the state zero probability | |
The log contribution, and whether the state carries any mass at all.
Definition at line 51 of file sn_open_prob_terms.h.
| bool line::api::OpenProbTerm< T >::feasible |
false when the law gives the state zero probability
Definition at line 53 of file sn_open_prob_terms.h.
Referenced by line::api::sn_open_prob_terms(), line::mva::solver_mva_get_prob_aggr(), and line::mva::solver_mva_get_prob_sys_aggr().
| T line::api::OpenProbTerm< T >::logp |
log of the open-class factor at this station
Definition at line 52 of file sn_open_prob_terms.h.
Referenced by line::api::sn_open_prob_terms(), line::mva::solver_mva_get_prob_aggr(), and line::mva::solver_mva_get_prob_sys_aggr().