![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Backend selection, mirroring options.config.symbolic and its timeout. More...
#include <line/solvers/ctmc/solver_ctmc_symbolic.h>
Public Attributes | |
| std::string | backend = "auto" |
| auto to search, a URL, an image name, or none to stay local. | |
| int | timeout_s = 300 |
| options.config.symbolic_timeout, seconds; the reference defaults to 300. | |
Backend selection, mirroring options.config.symbolic and its timeout.
Definition at line 72 of file solver_ctmc_symbolic.h.
| std::string line::ctmc::CtmcSymbolicOptions::backend = "auto" |
auto to search, a URL, an image name, or none to stay local.
Definition at line 74 of file solver_ctmc_symbolic.h.
| int line::ctmc::CtmcSymbolicOptions::timeout_s = 300 |
options.config.symbolic_timeout, seconds; the reference defaults to 300.
Definition at line 76 of file solver_ctmc_symbolic.h.