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

Per-station occupancy bounds, and which of them bind. More...

#include <line/api/sn/sn_to_qrf_blocking.h>

Collaboration diagram for line::sn::QrfCapacity:

Public Attributes

std::vector< int > F
 (M) occupancy bound of each station, in jobs
std::vector< bool > binding
 (M) true where the buffer can refuse a job
std::string msg
 empty on success

Detailed Description

Per-station occupancy bounds, and which of them bind.

Definition at line 95 of file sn_to_qrf_blocking.h.

Member Data Documentation

◆ binding

std::vector<bool> line::sn::QrfCapacity::binding

(M) true where the buffer can refuse a job

Definition at line 97 of file sn_to_qrf_blocking.h.

Referenced by line::sn::sn_to_qrf_blocking(), and line::sn::sn_to_qrf_capacity().

◆ F

std::vector<int> line::sn::QrfCapacity::F

(M) occupancy bound of each station, in jobs

Definition at line 96 of file sn_to_qrf_blocking.h.

Referenced by line::sn::sn_to_qrf_blocking(), and line::sn::sn_to_qrf_capacity().

◆ msg

std::string line::sn::QrfCapacity::msg

empty on success

Definition at line 98 of file sn_to_qrf_blocking.h.

Referenced by line::sn::sn_to_qrf_blocking(), and line::sn::sn_to_qrf_capacity().


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