![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Whether the fluid Petri route can answer this model, and why not. More...
#include <line/solvers/fluid/fluid_petri.h>
Public Attributes | |
| bool | ok = true |
| std::string | reason |
Whether the fluid Petri route can answer this model, and why not.
Definition at line 448 of file fluid_petri.h.
| bool line::fluid::petri::PetriVerdict::ok = true |
Definition at line 449 of file fluid_petri.h.
Referenced by line::fluid::petri::petri_applicable(), and line::fluid::petri::solver_fluid_petri().
| std::string line::fluid::petri::PetriVerdict::reason |
Definition at line 450 of file fluid_petri.h.
Referenced by line::fluid::petri::petri_applicable(), and line::fluid::petri::solver_fluid_petri().