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

Backend selection, mirroring options.config.symbolic and its timeout. More...

#include <line/solvers/fluid/fluid_jacobian.h>

Collaboration diagram for line::fluid::FluidSymbolicOptions:

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.

Detailed Description

Backend selection, mirroring options.config.symbolic and its timeout.

Definition at line 56 of file fluid_jacobian.h.

Member Data Documentation

◆ backend

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.

◆ equilibria

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.

◆ timeout_s

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.


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