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

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

Collaboration diagram for line::autosolver::AutoEnvChoice:

Public Attributes

AutoEnv solver = AutoEnv::ENV_FLUID
std::vector< AutoEnvskipped

Detailed Description

Definition at line 1022 of file solver_auto.h.

Member Data Documentation

◆ skipped

std::vector<AutoEnv> line::autosolver::AutoEnvChoice::skipped

Definition at line 1024 of file solver_auto.h.

Referenced by line::autosolver::auto_choose_env_solver().

◆ solver

AutoEnv line::autosolver::AutoEnvChoice::solver = AutoEnv::ENV_FLUID

Definition at line 1023 of file solver_auto.h.

Referenced by line::autosolver::auto_choose_env_solver().


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