Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add infeasibility solving feature for dense and sparse backends #241

Merged
merged 6 commits into from Jul 1, 2023

Conversation

Bambade
Copy link
Collaborator

@Bambade Bambade commented Jun 30, 2023

Add a feature for solving closest feasible problem (in L_2 sense) if the original problem is detected as being primal infeasible.

The feature is available for dense and sparse backends with a boolean option in the Settings subclass.
The optimal shifts (making the original problem primal feasible) are available as new results variables in the Results subclass.

The whole feature is documented and unit tested in C++ and python.

Bambade and others added 3 commits June 30, 2023 16:39
Co-authored-by: Justin Carpentier <justin.carpentier@inria.fr>
Co-authored-by: Justin Carpentier <justin.carpentier@inria.fr>
Co-authored-by: Justin Carpentier <justin.carpentier@inria.fr>
@jcarpent jcarpent enabled auto-merge July 1, 2023 09:59
@jcarpent jcarpent merged commit 42578ad into Simple-Robotics:devel Jul 1, 2023
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants