![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The system trajectory: one per-class block per station, on a common grid. More...
#include <line/solvers/wrappers/jmt/jmt_logs.h>
Public Attributes | |
| std::vector< double > | t |
| std::vector< std::vector< std::vector< double > > > | state |
| state[ist-1] is (|t| x nclasses); a Source's block is empty. | |
| std::vector< JmtEvent > | event |
The system trajectory: one per-class block per station, on a common grid.
Definition at line 480 of file jmt_logs.h.
| std::vector<JmtEvent> line::jmt::JmtSysTrace< T >::event |
Definition at line 484 of file jmt_logs.h.
Referenced by line::jmt::jmt_sample_sys_aggr().
| std::vector<std::vector<std::vector<double> > > line::jmt::JmtSysTrace< T >::state |
state[ist-1] is (|t| x nclasses); a Source's block is empty.
Definition at line 483 of file jmt_logs.h.
Referenced by line::jmt::jmt_sample_sys_aggr().
| std::vector<double> line::jmt::JmtSysTrace< T >::t |
Definition at line 481 of file jmt_logs.h.
Referenced by line::jmt::jmt_sample_sys_aggr().