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

What a ranking resolved to, and what it had to skip to get there. More...

#include <line/solvers/auto/solver_auto.h>

Collaboration diagram for line::autosolver::AutoChoice:

Public Attributes

AutoSolver solver = AutoSolver::MVA
std::vector< AutoSolverskipped
 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".

Detailed Description

What a ranking resolved to, and what it had to skip to get there.

Definition at line 556 of file solver_auto.h.

Member Data Documentation

◆ method

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().

◆ skipped

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().

◆ solver


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