| solve_via_data | R Documentation |
Calls the solver on pre-compiled problem data (step 2 of the
decomposed solve pipeline). Dispatches on x: when x
is a SolvingChain, delegates to the terminal solver with
proper cache management.
solve_via_data(
x,
data,
warm_start = FALSE,
verbose = FALSE,
solver_opts = list(),
...
)
x |
A |
data |
Named list of solver data from |
warm_start |
Logical; use warm-start if supported. |
verbose |
Logical; print solver output. |
solver_opts |
Named list of solver-specific options. |
... |
Additional arguments (e.g., |
Solver-specific result (a named list).
problem_data, problem_unpack_results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.