copp.solver.topp3_lp.Options

TOPP3-LP Clarabel backend options.

Syntax

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

Description

Use this Options object to override numerical tolerances, sampling counts, verbosity, or backend policy for copp.solver.topp3_lp 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.topp3_lp.Options(varargin)

Examples

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

See Also

copp.solver.topp3_lp