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

The two constraint blocks: g(x) <= 0 and h(x) = 0. More...

#include <line/api/mapqn/mapqn_qrf_noblo.h>

Public Attributes

std::vector< T > ineq
std::vector< T > eq

Detailed Description

template<class T>
struct line::mapqn::QrfConstraints< T >

The two constraint blocks: g(x) <= 0 and h(x) = 0.

Definition at line 165 of file mapqn_qrf_noblo.h.

Member Data Documentation

◆ eq

template<class T>
std::vector<T> line::mapqn::QrfConstraints< T >::eq

Definition at line 167 of file mapqn_qrf_noblo.h.

Referenced by line::mapqn::sub_qrfcon_noblo().

◆ ineq

template<class T>
std::vector<T> line::mapqn::QrfConstraints< T >::ineq

Definition at line 166 of file mapqn_qrf_noblo.h.

Referenced by line::mapqn::sub_qrfcon_noblo().


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