Simple-Robotics / proxsuite

The Advanced Proximal Optimization Toolbox
BSD 2-Clause "Simplified" License
414 stars 50 forks source link

More information in debug mode #242

Closed fabinsch closed 1 year ago

fabinsch commented 1 year ago

this PR adds some information that is useful to debug

1) currently, there is an assert for model.isValid(), but it's not possible to directly see which part of the model caused the failure 2) If the Hessian type is defined as diagonal, check that it is actually the case