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 product of constraint sets #74

Merged
merged 5 commits into from
Apr 30, 2024
Merged

Conversation

ManifoldFR
Copy link
Member

This PR adds the template class ConstraintSetProductTpl which allows the user to model products of constraint sets.

  • Exposed to Python
  • Add test to tests/constraints.cpp

We could also use this to simplify the backend code.

@ManifoldFR ManifoldFR changed the title Draft: Add product of constraint sets Add product of constraint sets Apr 27, 2024
@ManifoldFR ManifoldFR marked this pull request as draft April 27, 2024 09:26
@ManifoldFR ManifoldFR force-pushed the topic/add-constraint-product branch 2 times, most recently from 2c5e703 to 2031574 Compare April 29, 2024 12:31
@ManifoldFR ManifoldFR marked this pull request as ready for review April 29, 2024 19:19
@ManifoldFR ManifoldFR enabled auto-merge (rebase) April 30, 2024 13:13
@ManifoldFR ManifoldFR force-pushed the topic/add-constraint-product branch 2 times, most recently from ded5ebe to 472e348 Compare April 30, 2024 15:09
@ManifoldFR ManifoldFR force-pushed the topic/add-constraint-product branch from 472e348 to 9d41c0a Compare April 30, 2024 15:25
@ManifoldFR ManifoldFR disabled auto-merge April 30, 2024 17:43
@ManifoldFR ManifoldFR enabled auto-merge (rebase) April 30, 2024 17:43
@ManifoldFR ManifoldFR disabled auto-merge April 30, 2024 17:44
@ManifoldFR ManifoldFR merged commit 960c65e into devel Apr 30, 2024
36 checks passed
@ManifoldFR ManifoldFR deleted the topic/add-constraint-product branch April 30, 2024 17:44
@ManifoldFR ManifoldFR linked an issue May 3, 2024 that may be closed by this pull request
@ManifoldFR
Copy link
Member Author

Closes #74

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.

Cartesian product of constraint sets
1 participant