LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::io::Map2RenvInfo< T > Struct Template Reference

The INFO output of map2renv: how the stage set was assembled. More...

#include <line/io/map2renv.h>

Collaboration diagram for line::io::Map2RenvInfo< T >:

Public Attributes

std::size_t nstages = 0
std::vector< std::size_t > orders
 Phase order of each modulated process.
bool is_mmpp = true
 True when every process was an MMPP, so the image is exact in structure.
std::vector< api::SnMapModulation< T > > mods
 The modulation records themselves.

Detailed Description

template<class T>
struct line::io::Map2RenvInfo< T >

The INFO output of map2renv: how the stage set was assembled.

Definition at line 48 of file map2renv.h.

Member Data Documentation

◆ is_mmpp

template<class T>
bool line::io::Map2RenvInfo< T >::is_mmpp = true

True when every process was an MMPP, so the image is exact in structure.

Definition at line 53 of file map2renv.h.

◆ mods

template<class T>
std::vector<api::SnMapModulation<T> > line::io::Map2RenvInfo< T >::mods

The modulation records themselves.

Definition at line 55 of file map2renv.h.

◆ nstages

template<class T>
std::size_t line::io::Map2RenvInfo< T >::nstages = 0

Definition at line 49 of file map2renv.h.

◆ orders

template<class T>
std::vector<std::size_t> line::io::Map2RenvInfo< T >::orders

Phase order of each modulated process.

Definition at line 51 of file map2renv.h.


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