Shared Clarabel options for COPP/TOPP SOCP-style solvers. More...
#include <clarabel.hpp>
Public Member Functions | |
| Options () | |
| Options (detail::NoInitTag) noexcept | |
Static Public Member Functions | |
| static Options | defaults () |
| Return COPP's current Rust-side default options. | |
Public Attributes | |
| Verbosity | verbosity |
| bool | allow_almost_solved |
| bool | allow_max_iterations |
| bool | allow_max_time |
| bool | allow_callback_terminated |
| bool | allow_insufficient_progress |
| Settings | clarabel_settings |
Shared Clarabel options for COPP/TOPP SOCP-style solvers.
allow_* switches control which non-ideal statuses may still produce an accepted profile in normal solver APIs. Solved is always accepted.
Definition at line 116 of file clarabel.hpp.
| copp::clarabel::Options::Options | ( | ) |
|
inlineexplicitnoexcept |
Definition at line 119 of file clarabel.hpp.
|
static |
Return COPP's current Rust-side default options.
| Verbosity copp::clarabel::Options::verbosity |
Definition at line 124 of file clarabel.hpp.
| bool copp::clarabel::Options::allow_almost_solved |
Definition at line 125 of file clarabel.hpp.
| bool copp::clarabel::Options::allow_max_iterations |
Definition at line 126 of file clarabel.hpp.
| bool copp::clarabel::Options::allow_max_time |
Definition at line 127 of file clarabel.hpp.
| bool copp::clarabel::Options::allow_callback_terminated |
Definition at line 128 of file clarabel.hpp.
| bool copp::clarabel::Options::allow_insufficient_progress |
Definition at line 129 of file clarabel.hpp.
| Settings copp::clarabel::Options::clarabel_settings |
Definition at line 130 of file clarabel.hpp.