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

The log contribution, and whether the state carries any mass at all. More...

#include <line/api/sn/sn_open_prob_terms.h>

Collaboration diagram for line::api::OpenProbTerm< T >:

Public Attributes

logp
 log of the open-class factor at this station
bool feasible
 false when the law gives the state zero probability

Detailed Description

template<class T>
struct line::api::OpenProbTerm< T >

The log contribution, and whether the state carries any mass at all.

Definition at line 51 of file sn_open_prob_terms.h.

Member Data Documentation

◆ feasible

template<class T>
bool line::api::OpenProbTerm< T >::feasible

false when the law gives the state zero probability

Definition at line 53 of file sn_open_prob_terms.h.

Referenced by line::api::sn_open_prob_terms(), line::mva::solver_mva_get_prob_aggr(), and line::mva::solver_mva_get_prob_sys_aggr().

◆ logp

template<class T>
T line::api::OpenProbTerm< T >::logp

log of the open-class factor at this station

Definition at line 52 of file sn_open_prob_terms.h.

Referenced by line::api::sn_open_prob_terms(), line::mva::solver_mva_get_prob_aggr(), and line::mva::solver_mva_get_prob_sys_aggr().


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