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

Unify SAT solver results on timeout #447

Open
iguerNL opened this issue Feb 22, 2021 · 0 comments
Open

Unify SAT solver results on timeout #447

iguerNL opened this issue Feb 22, 2021 · 0 comments

Comments

@iguerNL
Copy link
Contributor

iguerNL commented Feb 22, 2021

On timeout, SAT solvers (probably) return Unknown {env; timeout_reason}, where timeout_reason is one of {Assume, ProofSearch, ModelGen}

type timeout_reason =
    | NoTimeout
    | Assume
    | ProofSearch
    | ModelGen
  • Maybe still catch Util.Timeout in frontend.ml, but add some documentation on "in which cases it may happen or not"
  • For All-models and interpretation options, do something different if timeout_reason=Assume (in which case, the solver was not able to assert all the context before trying to solve the problem)
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