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

Constrain edge and node symbolics during smt encoding #38

Open
DKLoehr opened this issue Nov 8, 2019 · 0 comments
Open

Constrain edge and node symbolics during smt encoding #38

DKLoehr opened this issue Nov 8, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DKLoehr
Copy link
Collaborator

DKLoehr commented Nov 8, 2019

Right now edges and nodes are encoded into smt as integers, and can take any value (even those not in the program). Some of our experiments suggested we could get speedups by constraining edge values to be only those which appear in the network, so we should look into doing that. The most likely way to do this is by adding a requires clause during the UnboxEdges transformation.

@DKLoehr DKLoehr added the enhancement New feature or request label Nov 8, 2019
@DKLoehr DKLoehr self-assigned this Nov 8, 2019
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

No branches or pull requests

1 participant