LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::api::DiscreteTimeInfo Struct Reference

Which laws the model carries, and why it was refused when it was. More...

#include <line/api/sn/sn_is_discrete_time.h>

Collaboration diagram for line::api::DiscreteTimeInfo:

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

Detailed Description

Which laws the model carries, and why it was refused when it was.

Definition at line 41 of file sn_is_discrete_time.h.

Member Data Documentation

◆ has_continuous

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().

◆ has_dmap

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().

◆ has_lattice

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().

◆ mixed

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().

◆ reason

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().


The documentation for this struct was generated from the following file: