get_problem_data(
x,
solver = NULL,
gp = FALSE,
enforce_dpp = FALSE,
ignore_dpp = FALSE,
...
)A list with components data, chain, and
inverse_data.
A Problem object.
Character string naming solver, or NULL for
automatic selection.
Logical; if TRUE, parse the problem as a geometric program.
Logical; if TRUE, raise an error when a
parametrized problem is not DPP instead of compiling it as non-DPP.
Logical; if TRUE, treat a DPP problem as non-DPP
(skip the DPP fast path).
Additional solver options.
Use problem_data instead.
problem_data