![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Which laws the model carries, and why it was refused when it was. More...
#include <line/api/sn/sn_is_discrete_time.h>
Public Attributes | |
| bool | has_lattice = false |
| some law lives on the slot lattice | |
| bool | has_continuous = false |
| some law does not | |
| bool | mixed = false |
| both, so no single time scale fits | |
| bool | has_dmap = false |
| a DMAP is present, which has no continuous reading | |
| std::string | reason |
| empty when the model is discrete-time | |
Which laws the model carries, and why it was refused when it was.
Definition at line 41 of file sn_is_discrete_time.h.
| bool line::api::DiscreteTimeInfo::has_continuous = false |
some law does not
Definition at line 43 of file sn_is_discrete_time.h.
Referenced by line::api::sn_is_discrete_time().
| bool line::api::DiscreteTimeInfo::has_dmap = false |
a DMAP is present, which has no continuous reading
Definition at line 45 of file sn_is_discrete_time.h.
Referenced by line::api::sn_is_discrete_time().
| bool line::api::DiscreteTimeInfo::has_lattice = false |
some law lives on the slot lattice
Definition at line 42 of file sn_is_discrete_time.h.
Referenced by line::api::sn_is_discrete_time().
| bool line::api::DiscreteTimeInfo::mixed = false |
both, so no single time scale fits
Definition at line 44 of file sn_is_discrete_time.h.
Referenced by line::api::sn_is_discrete_time().
| std::string line::api::DiscreteTimeInfo::reason |
empty when the model is discrete-time
Definition at line 46 of file sn_is_discrete_time.h.
Referenced by line::api::sn_is_discrete_time().