LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::pfqn::CbhBounds< T > Struct Template Reference

Return value of pfqn_cbh, mirroring [Xlo, Xhi]. More...

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

Collaboration diagram for line::pfqn::CbhBounds< T >:

Public Attributes

Xlo
Xhi

Detailed Description

template<class T>
struct line::pfqn::CbhBounds< T >

Return value of pfqn_cbh, mirroring [Xlo, Xhi].

Definition at line 41 of file pfqn_cbh.h.

Member Data Documentation

◆ Xhi

template<class T>
T line::pfqn::CbhBounds< T >::Xhi

Definition at line 43 of file pfqn_cbh.h.

Referenced by line::pfqn::pfqn_cbh(), and line::ba::solver_ba_analyzer().

◆ Xlo

template<class T>
T line::pfqn::CbhBounds< T >::Xlo

Definition at line 42 of file pfqn_cbh.h.

Referenced by line::pfqn::pfqn_cbh(), and line::ba::solver_ba_analyzer().


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