![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The outcome of the gate: the verdict, the offending features, the message. More...
#include <line/lang/qn/feature_set.h>
Public Attributes | |
| bool | ok = true |
| std::vector< Feature > | missing |
| used but not declared, in registry order | |
| std::string | reason |
| empty when ok | |
The outcome of the gate: the verdict, the offending features, the message.
Definition at line 456 of file feature_set.h.
| std::vector<Feature> line::qn::SupportResult::missing |
used but not declared, in registry order
Definition at line 458 of file feature_set.h.
Referenced by line::qn::feature_set_supports().
| bool line::qn::SupportResult::ok = true |
Definition at line 457 of file feature_set.h.
Referenced by line::autosolver::auto_family_refusal(), line::qn::feature_gate(), and line::qn::feature_set_supports().
| std::string line::qn::SupportResult::reason |
empty when ok
Definition at line 459 of file feature_set.h.
Referenced by line::autosolver::auto_family_refusal(), line::qn::feature_gate(), and line::qn::feature_set_supports().