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(),
...
)Solver-specific result (a named list).
A SolvingChain (preferred) or Solver object.
Named list of solver data from problem_data().
Logical; use warm-start if supported.
Logical; print solver output.
Named list of solver-specific options.
Additional arguments forwarded to the method (e.g.
problem for the SolvingChain method, solver_cache
for the Solver method).
problem_data, problem_unpack_results