![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The INFO output of map2renv: how the stage set was assembled. More...
#include <line/io/map2renv.h>
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. | |
The INFO output of map2renv: how the stage set was assembled.
Definition at line 48 of file map2renv.h.
| 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.
| std::vector<api::SnMapModulation<T> > line::io::Map2RenvInfo< T >::mods |
The modulation records themselves.
Definition at line 55 of file map2renv.h.
| std::size_t line::io::Map2RenvInfo< T >::nstages = 0 |
Definition at line 49 of file map2renv.h.
| std::vector<std::size_t> line::io::Map2RenvInfo< T >::orders |
Phase order of each modulated process.
Definition at line 51 of file map2renv.h.