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

The verdict of solver_nc_mem_supports. More...

#include <line/solvers/nc/solver_nc_mem.h>

Collaboration diagram for line::nc::MemSupport:

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

Detailed Description

The verdict of solver_nc_mem_supports.

Definition at line 67 of file solver_nc_mem.h.

Member Data Documentation

◆ blocking

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().

◆ reason

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().

◆ supported

bool line::nc::MemSupport::supported = false

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