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

One differentiation parameter. More...

#include <line/api/pfqn/pfqn_sens.h>

Public Attributes

char type
 'L' for a demand, 'Z' for a think time
int station
 0-based station index, -1 for a 'Z' parameter
std::size_t cls
 0-based class index

Detailed Description

One differentiation parameter.

Definition at line 57 of file pfqn_sens.h.

Member Data Documentation

◆ cls

std::size_t line::pfqn::SensParam::cls

0-based class index

Definition at line 60 of file pfqn_sens.h.

◆ station

int line::pfqn::SensParam::station

0-based station index, -1 for a 'Z' parameter

Definition at line 59 of file pfqn_sens.h.

◆ type

char line::pfqn::SensParam::type

'L' for a demand, 'Z' for a think time

Definition at line 58 of file pfqn_sens.h.


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