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

How the caller may override the automatic decision. More...

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

Collaboration diagram for line::api::DiscreteTimeOptions:

Public Attributes

std::string timescale = "auto"
 "auto", "discrete" or "continuous".
double slotlength = 1.0
 Slot length in model time units.

Detailed Description

How the caller may override the automatic decision.

Definition at line 50 of file sn_is_discrete_time.h.

Member Data Documentation

◆ slotlength

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

◆ timescale

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


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