
Get Problem Data for a Solver (deprecated)
Source:R/005_zzz_R_specific_generics.R
get_problem_data.RdUsage
get_problem_data(
x,
solver = NULL,
gp = FALSE,
enforce_dpp = FALSE,
ignore_dpp = FALSE,
...
)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.
Details
Use problem_data instead.