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

Return value of pfqn_pbh, mirroring [Xlo, Xhi, Qlo, Qhi]. More...

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

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

Public Attributes

Xlo
Xhi
std::vector< T > Qlo
std::vector< T > Qhi

Detailed Description

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

Return value of pfqn_pbh, mirroring [Xlo, Xhi, Qlo, Qhi].

Definition at line 43 of file pfqn_pbh.h.

Member Data Documentation

◆ Qhi

template<class T>
std::vector<T> line::pfqn::PbhBounds< T >::Qhi

Definition at line 47 of file pfqn_pbh.h.

Referenced by line::pfqn::pfqn_pbh().

◆ Qlo

template<class T>
std::vector<T> line::pfqn::PbhBounds< T >::Qlo

Definition at line 46 of file pfqn_pbh.h.

Referenced by line::pfqn::pfqn_pbh().

◆ Xhi

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

Definition at line 45 of file pfqn_pbh.h.

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

◆ Xlo

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

Definition at line 44 of file pfqn_pbh.h.

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


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