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

Cartesian product of constraint sets #63

Closed
ManifoldFR opened this issue Jan 24, 2024 · 1 comment · Fixed by #74
Closed

Cartesian product of constraint sets #63

ManifoldFR opened this issue Jan 24, 2024 · 1 comment · Fixed by #74
Assignees
Labels
enhancement New feature or request

Comments

@ManifoldFR
Copy link
Member

The idea would be to introduce a child class of ConstraintSetBase<Scalar> which represents the Cartesian product of multiple constraint sets

$$\mathcal{C} = \mathcal{C}_1 \times \cdots\times \mathcal{C}_n$$

and implements the relevant projection and subdifferential operators.

This would be meant mainly for internal use in the solver and help simplify its implementation (eliminate loops, manual extraction of relevant segments/blocks in vectors/matrices).

@ManifoldFR ManifoldFR added enhancement New feature or request api labels Jan 24, 2024
@ManifoldFR ManifoldFR self-assigned this Jan 24, 2024
@ManifoldFR ManifoldFR removed the api label Jan 24, 2024
@ManifoldFR
Copy link
Member Author

I ended up adding this to aligator itself in the next release. I'll backport.

@ManifoldFR ManifoldFR linked a pull request May 3, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant