LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ssa::SsaProbResult Struct Reference

One probability query: the estimate, and whether the state occurred at all. More...

#include <line/solvers/ssa/solver_ssa_getters.h>

Public Attributes

double prob = 0.0
bool seen = false

Detailed Description

One probability query: the estimate, and whether the state occurred at all.

Definition at line 61 of file solver_ssa_getters.h.

Member Data Documentation

◆ prob

double line::ssa::SsaProbResult::prob = 0.0

◆ seen

bool line::ssa::SsaProbResult::seen = false

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