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

Controls of pfqn_manjunath. More...

#include <line/api/pfqn/pfqn_manjunath.h>

Public Attributes

std::size_t max_live_states = static_cast<std::size_t>(1) << 26
 Cap on the number of series coefficients held at once.
bool stats = false
 Also return the per-class decomposition.

Detailed Description

Controls of pfqn_manjunath.

The reference has none; the fields are port-local.

Definition at line 99 of file pfqn_manjunath.h.

Member Data Documentation

◆ max_live_states

std::size_t line::pfqn::PfqnManjunathOptions::max_live_states = static_cast<std::size_t>(1) << 26

Cap on the number of series coefficients held at once.

The default is 2^26 coefficients, half a gigabyte at double. Raise it deliberately.

Definition at line 104 of file pfqn_manjunath.h.

◆ stats

bool line::pfqn::PfqnManjunathOptions::stats = false

Also return the per-class decomposition.

Requires the ONE configuration in which the truncated product form is the EXACT stationary law: a single queueing station inside the region and a SINGLE DELAY STATION OUTSIDE IT. Anything else is refused by name rather than answered wrongly.

Definition at line 111 of file pfqn_manjunath.h.


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