![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One constraint of a joint-state query: a station and the per-class job counts it is required to hold. More...
#include <line/solvers/wrappers/ldes/solver_ldes.h>
Public Attributes | |
| std::size_t | station = 0 |
| std::vector< double > | counts |
One constraint of a joint-state query: a station and the per-class job counts it is required to hold.
station is 1-BASED, matching sn.nodeToStation. counts is read up to nclasses entries; a shorter vector constrains only the classes it names, which is how a caller asks for "two class-1 jobs here, any number of the rest" without enumerating the remainder.
Definition at line 684 of file solver_ldes.h.
| std::vector<double> line::ldes::LdesStateQuery::counts |
Definition at line 686 of file solver_ldes.h.
| std::size_t line::ldes::LdesStateQuery::station = 0 |
Definition at line 685 of file solver_ldes.h.