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

Whether the fluid Petri route can answer this model, and why not. More...

#include <line/solvers/fluid/fluid_petri.h>

Collaboration diagram for line::fluid::petri::PetriVerdict:

Public Attributes

bool ok = true
std::string reason

Detailed Description

Whether the fluid Petri route can answer this model, and why not.

Definition at line 448 of file fluid_petri.h.

Member Data Documentation

◆ ok

bool line::fluid::petri::PetriVerdict::ok = true

◆ reason

std::string line::fluid::petri::PetriVerdict::reason

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