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

Controls of lossn_manjunath. More...

#include <line/api/lossn/lossn_manjunath.h>

Public Attributes

std::size_t max_live_states = static_cast<std::size_t>(1) << 26
 Cap on the product of (C_j+1) over the simultaneously live links, i.e.

Detailed Description

Controls of lossn_manjunath.

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

Definition at line 97 of file lossn_manjunath.h.

Member Data Documentation

◆ max_live_states

std::size_t line::lossn::LossnManjunathOptions::max_live_states = static_cast<std::size_t>(1) << 26

Cap on the product of (C_j+1) over the simultaneously live links, i.e.

on the number of series coefficients held at once. The default is 2^26 coefficients, half a gigabyte at double, which no region a finite capacity region can express reaches by accident. Raise it deliberately.

Definition at line 104 of file lossn_manjunath.h.


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