![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
What a ranking resolved to, and what it had to skip to get there. More...
#include <line/solvers/auto/solver_auto.h>
Public Attributes | |
| AutoSolver | solver = AutoSolver::MVA |
| std::vector< AutoSolver > | skipped |
| Slots that outranked solver and have no engine in this port. | |
| std::string | method |
| The method the choice was gated on: "" for the default, "exact". | |
What a ranking resolved to, and what it had to skip to get there.
Definition at line 556 of file solver_auto.h.
| std::string line::autosolver::AutoChoice::method |
The method the choice was gated on: "" for the default, "exact".
Definition at line 561 of file solver_auto.h.
Referenced by line::autosolver::auto_ranked().
| std::vector<AutoSolver> line::autosolver::AutoChoice::skipped |
Slots that outranked solver and have no engine in this port.
Definition at line 559 of file solver_auto.h.
Referenced by line::autosolver::auto_ranked().
| AutoSolver line::autosolver::AutoChoice::solver = AutoSolver::MVA |
Definition at line 557 of file solver_auto.h.
Referenced by line::autosolver::auto_choose_avg_solver(), line::autosolver::auto_choose_solver(), line::autosolver::auto_proposed_solvers(), and line::autosolver::auto_ranked().