![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The verdict of solver_nc_mem_supports. More...
#include <line/solvers/nc/solver_nc_mem.h>
Public Attributes | |
| bool | supported = false |
| std::string | reason |
| names the first violated rule; empty when supported | |
| bool | blocking = false |
| the model carries a binding finite station buffer | |
The verdict of solver_nc_mem_supports.
Definition at line 67 of file solver_nc_mem.h.
| bool line::nc::MemSupport::blocking = false |
the model carries a binding finite station buffer
Definition at line 70 of file solver_nc_mem.h.
Referenced by line::nc::solver_nc_mem(), line::nc::solver_nc_mem_supports(), and line::nc::solver_nc_solve().
| std::string line::nc::MemSupport::reason |
names the first violated rule; empty when supported
Definition at line 69 of file solver_nc_mem.h.
Referenced by line::nc::solver_nc_mem(), and line::nc::solver_nc_mem_supports().
| bool line::nc::MemSupport::supported = false |
Definition at line 68 of file solver_nc_mem.h.
Referenced by line::nc::solver_nc_mem(), line::nc::solver_nc_mem_supports(), and line::nc::solver_nc_solve().