![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Backend selection, mirroring options.config.symbolic and its timeout. More...
#include <line/solvers/fluid/fluid_jacobian.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. | |
| bool | equilibria = false |
| The reference's nargout >= 4: ask the backend to solve f(x) = 0. | |
Backend selection, mirroring options.config.symbolic and its timeout.
Definition at line 56 of file fluid_jacobian.h.
| std::string line::fluid::FluidSymbolicOptions::backend = "auto" |
auto to search, a URL, an image name, or none to stay local.
Definition at line 58 of file fluid_jacobian.h.
| bool line::fluid::FluidSymbolicOptions::equilibria = false |
The reference's nargout >= 4: ask the backend to solve f(x) = 0.
Definition at line 62 of file fluid_jacobian.h.
| int line::fluid::FluidSymbolicOptions::timeout_s = 300 |
options.config.symbolic_timeout, seconds; the reference defaults to 300.
Definition at line 60 of file fluid_jacobian.h.