Simple-Robotics / aligator

A versatile and efficient framework for constrained trajectory optimization
https://simple-robotics.github.io/aligator/
BSD 2-Clause "Simplified" License
106 stars 15 forks source link

Integrate with SuiteSparse solvers #148

Closed ManifoldFR closed 4 months ago

ManifoldFR commented 5 months ago

Since https://github.com/conda-forge/suitesparse-feedstock, the latest version (v7.7+) of SuiteSparse is available. We may want to add something like CHOLMOD LDLT as a possible backend for the solvers here, using the Eigen integration.

jcarpent commented 5 months ago

Seems to be the way to go for very sparse systems indeed ;)

ManifoldFR commented 4 months ago

This will be addressed when aligator-next is merged.