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

The per-pair envelopes the analyzer built, keyed by (station, class). More...

#include <line/solvers/ba/solver_ba_snc.h>

Collaboration diagram for line::ba::SncEnvelopes:

Public Attributes

std::map< std::pair< std::size_t, std::size_t >, snc::Envelopearv
std::map< std::pair< std::size_t, std::size_t >, snc::Envelopesrv
std::map< std::pair< std::size_t, std::size_t >, double > lam
std::map< std::pair< std::size_t, std::size_t >, double > mu
std::size_t M = 0
std::size_t K = 0

Detailed Description

The per-pair envelopes the analyzer built, keyed by (station, class).

Definition at line 72 of file solver_ba_snc.h.

Member Data Documentation

◆ arv

std::map<std::pair<std::size_t, std::size_t>, snc::Envelope> line::ba::SncEnvelopes::arv

Definition at line 73 of file solver_ba_snc.h.

◆ K

std::size_t line::ba::SncEnvelopes::K = 0

Definition at line 77 of file solver_ba_snc.h.

◆ lam

std::map<std::pair<std::size_t, std::size_t>, double> line::ba::SncEnvelopes::lam

Definition at line 75 of file solver_ba_snc.h.

◆ M

std::size_t line::ba::SncEnvelopes::M = 0

Definition at line 77 of file solver_ba_snc.h.

◆ mu

std::map<std::pair<std::size_t, std::size_t>, double> line::ba::SncEnvelopes::mu

Definition at line 76 of file solver_ba_snc.h.

◆ srv

std::map<std::pair<std::size_t, std::size_t>, snc::Envelope> line::ba::SncEnvelopes::srv

Definition at line 74 of file solver_ba_snc.h.


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