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

v2: Integrating heuristics #5

Open
fbrausse opened this issue Oct 25, 2021 · 0 comments
Open

v2: Integrating heuristics #5

fbrausse opened this issue Oct 25, 2021 · 0 comments
Milestone

Comments

@fbrausse
Copy link
Owner

fbrausse commented Oct 25, 2021

We currently have implementations of 2 heuristics in v1: BO (available in the shai branch) and Marabou (in the marabou branch).

For the v2-API, we might want to integrate both as well. This issue is here to find out whether it is a good idea to amend the current v2 redesign in order for workers to incorporate those heuristics (and thereby returning not just sat, unsat or unknown back to the server, but also marabou-sat, etc., and bo-sat), or to take a different approach.

bo-sat may not be needed if we take the same approach as the v1 implementation, which uses Z3 to verify BO's suggestions.

@fbrausse fbrausse added this to the v2 API milestone Oct 25, 2021
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

No branches or pull requests

1 participant