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

Return value of pfqn_mcub, mirroring [Xub, Xlb]. More...

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

Public Attributes

std::vector< T > Xub
std::vector< T > Xlb

Detailed Description

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

Return value of pfqn_mcub, mirroring [Xub, Xlb].

Definition at line 42 of file pfqn_mcub.h.

Member Data Documentation

◆ Xlb

template<class T>
std::vector<T> line::pfqn::McubBounds< T >::Xlb

Definition at line 44 of file pfqn_mcub.h.

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

◆ Xub

template<class T>
std::vector<T> line::pfqn::McubBounds< T >::Xub

Definition at line 43 of file pfqn_mcub.h.

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


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