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

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>

Collaboration diagram for line::ldes::LdesStateQuery:

Public Attributes

std::size_t station = 0
std::vector< double > counts

Detailed Description

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.

Member Data Documentation

◆ counts

std::vector<double> line::ldes::LdesStateQuery::counts

Definition at line 686 of file solver_ldes.h.

◆ station

std::size_t line::ldes::LdesStateQuery::station = 0

Definition at line 685 of file solver_ldes.h.


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