So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
|
Configuration properties of local Second Order Cone solver. More...
Enumerations | |
enum | Strategy { PureNewton, PureEnumerative, Hybrid, RevHybrid } |
Strategy to be used by the local SOC solver. More... | |
Configuration properties of local Second Order Cone solver.
Strategy to be used by the local SOC solver.
Note that some strategies may be unavailable for some loval problem types, in which case the solver will revert to the PureNewton strategy
Enumerator | |
---|---|
PureNewton |
Newton algorithm on the SOC FischerBurmeister function.
|
PureEnumerative |
Enumerative algorithm, such as describer in Appendix B of [2]. |
Hybrid |
Newton algorithm, then Enumerative as failsafe. |
RevHybrid |
Enumerative algorithm, then Newton to refine the solution. |