![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
How the caller may override the automatic decision. More...
#include <line/api/sn/sn_is_discrete_time.h>
Public Attributes | |
| std::string | timescale = "auto" |
| "auto", "discrete" or "continuous". | |
| double | slotlength = 1.0 |
| Slot length in model time units. | |
How the caller may override the automatic decision.
Definition at line 50 of file sn_is_discrete_time.h.
| double line::api::DiscreteTimeOptions::slotlength = 1.0 |
Slot length in model time units.
Definition at line 54 of file sn_is_discrete_time.h.
Referenced by line::mam::mam_dispatch(), line::api::sn_is_discrete_time(), and line::mam::solver_mam_solve().
| std::string line::api::DiscreteTimeOptions::timescale = "auto" |
"auto", "discrete" or "continuous".
Definition at line 52 of file sn_is_discrete_time.h.
Referenced by line::mam::mam_dispatch(), line::api::sn_is_discrete_time(), and line::mam::solver_mam_solve().