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

Where each (station, class) block sits in the state vector. More...

#include <line/solvers/fluid/fluid_odes.h>

Collaboration diagram for line::fluid::FluidLayout:

Public Attributes

std::size_t nstates = 0
 length of the state vector
std::vector< std::vector< std::size_t > > qidx
 0-based first index of (i,r)
std::vector< std::vector< std::size_t > > kic
 phases held by (i,r); 0 when disabled
std::vector< std::vector< bool > > enabled
 whether (i,r) is served at all

Detailed Description

Where each (station, class) block sits in the state vector.

Definition at line 86 of file fluid_odes.h.

Member Data Documentation

◆ enabled

◆ kic

◆ nstates

◆ qidx


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