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

Result of the fast path; ok false means the model is not in its regime. More...

#include <line/solvers/mam/solver_mam_mapmap1_exact.h>

Public Attributes

bool ok = false
mva::MvaSolution< T > sol

Detailed Description

template<class T>
struct line::mam::MapMap1Exact< T >

Result of the fast path; ok false means the model is not in its regime.

Definition at line 48 of file solver_mam_mapmap1_exact.h.

Member Data Documentation

◆ ok

template<class T>
bool line::mam::MapMap1Exact< T >::ok = false

◆ sol

template<class T>
mva::MvaSolution<T> line::mam::MapMap1Exact< T >::sol

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