![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Result of pas_placement. More...
#include <line/api/pfqn/pas_placement.h>
Public Member Functions | |
| std::vector< std::size_t > | placeable (const std::vector< T > &x) const |
| Classes that may be placed next, given the remaining per-class counts. | |
Public Attributes | |
| Matrix< T > | P |
| precedence closure, P(i, j) = 1 iff i must precede j | |
Result of pas_placement.
Definition at line 48 of file pas_placement.h.
|
inline |
Classes that may be placed next, given the remaining per-class counts.
Definition at line 55 of file pas_placement.h.
References line::Matrix< T >::cols(), line::InputError::InputError(), P, and line::Matrix< T >::rows().
| Matrix<T> line::pfqn::PasPlacement< T >::P |
precedence closure, P(i, j) = 1 iff i must precede j
Definition at line 49 of file pas_placement.h.
Referenced by line::pfqn::pas_placement(), and placeable().