Returns the problem data that would be passed to a specific solver, along with the reduction chain and inverse data for solution retrieval.
Arguments
- x
A
Problemobject.- solver
Character string naming solver, or
NULLfor automatic selection.- gp
Logical; if
TRUE, parse the problem as a geometric program.- enforce_dpp
Logical; if
TRUE, raise an error when a parametrized problem is not DPP instead of compiling it as non-DPP.- ignore_dpp
Logical; if
TRUE, treat a DPP problem as non-DPP (skip the DPP fast path).- ...
Additional solver options.
