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

options of the reference; the solver field is implied by the convolution. More...

#include <line/api/fes/fes_aggregate.h>

Collaboration diagram for line::fes::FesOptions:

Public Attributes

std::vector< int > cutoffs
 per-class population bound; empty means sn.njobs
bool verbose = false

Detailed Description

options of the reference; the solver field is implied by the convolution.

Definition at line 85 of file fes_aggregate.h.

Member Data Documentation

◆ cutoffs

std::vector<int> line::fes::FesOptions::cutoffs

per-class population bound; empty means sn.njobs

Definition at line 86 of file fes_aggregate.h.

◆ verbose

bool line::fes::FesOptions::verbose = false

Definition at line 87 of file fes_aggregate.h.


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