We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cvc5/cvc5@9005879 murxla/murxla@51f5b5c
(set-option :sets-ext true) (set-option :debug-check-models true) (set-option :sets-infer-as-lemmas false) (assert (set.is_singleton (set.complement (set.singleton roundTowardZero)))) (check-sat)
error:
Fatal failure within void cvc5::internal::TheoryEngine::checkTheoryAssertionsWithModel(bool) at ../src/theory/theory_engine.cpp:2109 Internal error detected getValue((set.minus (as set.universe (Set RoundingMode)) (set.singleton roundTowardZero))): (as set.empty (Set RoundingMode))
The text was updated successfully, but these errors were encountered:
Minor fix for MBQI, add regressions for fixed issues (#11186)
f83d7d8
Two issues were fixed by dropping an experimental sets option, the 3rd is fixed by not allowing certain kinds of terms to appear in MBQI reasoning. Fixes cvc5/cvc5-projects#733. Fixes cvc5/cvc5-projects#731. Fixes cvc5/cvc5-projects#728.
ajreynol
Successfully merging a pull request may close this issue.
cvc5/cvc5@9005879
murxla/murxla@51f5b5c
error:
The text was updated successfully, but these errors were encountered: