copp.solver.copp2_socp.Options

COPP2-SOCP Clarabel backend options.

Syntax

obj = copp.solver.copp2_socp.Options(varargin)

Description

Use this Options object to override numerical tolerances, sampling counts, verbosity, or backend policy for copp.solver.copp2_socp calls.

Default construction is usually a good first choice; set name-value arguments only when a solve needs different precision, diagnostics, or refinement behavior.

Methods

Method Details

Options

Syntax

obj = copp.solver.copp2_socp.Options(varargin)

Examples

MATLAB
options = copp.solver.copp2_socp.Options();

See Also

copp.solver.copp2_socp