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

Every finite place capacity as a linear row A x <= b. More...

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

Collaboration diagram for line::fluid::petri::PetriConstraints:

Public Attributes

Matrix< double > A
std::vector< double > b
std::vector< std::string > label
std::vector< std::vector< bool > > cover

Detailed Description

Every finite place capacity as a linear row A x <= b.

Definition at line 218 of file fluid_petri.h.

Member Data Documentation

◆ A

Matrix<double> line::fluid::petri::PetriConstraints::A

◆ b

std::vector<double> line::fluid::petri::PetriConstraints::b

◆ cover

std::vector<std::vector<bool> > line::fluid::petri::PetriConstraints::cover

Definition at line 222 of file fluid_petri.h.

Referenced by line::fluid::petri::petri_constraints().

◆ label

std::vector<std::string> line::fluid::petri::PetriConstraints::label

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