copp.solver.reach_set2.Options

TOPP2 reachable-set numerical options.

Syntax

obj = copp.solver.reach_set2.Options()
obj = copp.solver.reach_set2.Options(lp_feas_tol=lp_feas_tol, a_cmp_abs_tol=a_cmp_abs_tol, a_cmp_rel_tol=a_cmp_rel_tol, verbosity=verbosity)

Description

The fields and defaults match topp2_ra.Options: lp_feas_tol = 1e-8 a_cmp_abs_tol = 1e-8 a_cmp_rel_tol = 1e-8 verbosity = "silent"

Name-Value Arguments

lp_feas_tol

Name-value option for copp.solver.reach_set2.Options. Default: 1.0e-8

a_cmp_abs_tol

Name-value option for copp.solver.reach_set2.Options. Default: 1.0e-8

a_cmp_rel_tol

Name-value option for copp.solver.reach_set2.Options. Default: 1.0e-8

verbosity

Diagnostic verbosity. Common values are silent, summary, debug, and trace. Default: "silent"

Methods

Options

Construct TOPP2 reach-set options with optional overrides.

Method Details

Options

Syntax

obj = copp.solver.reach_set2.Options()
obj = copp.solver.reach_set2.Options(lp_feas_tol=lp_feas_tol, a_cmp_abs_tol=a_cmp_abs_tol, a_cmp_rel_tol=a_cmp_rel_tol, verbosity=verbosity)

Examples

MATLAB
options = copp.solver.reach_set2.Options(verbosity="summary");

See Also

copp.solver.reach_set2