Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Use only half-reified constraints where appropriate #34

Open
lalithsuresh opened this issue Dec 3, 2019 · 0 comments
Open

Use only half-reified constraints where appropriate #34

lalithsuresh opened this issue Dec 3, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@lalithsuresh
Copy link
Contributor

Currently, the or-tools CP-SAT backend fully reifies all constraints when constructing expressions. This is overly conservative. We can reduce the number of the intermediate variables and constraints by only using half-reified constraints when appropriate (for example, logical constraints that have to be true).

@lalithsuresh lalithsuresh added the enhancement New feature or request label Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant