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@2b8054a murxla/murxla@51f5b5c
(set-option :debug-check-models true) (set-option :dt-infer-as-lemmas true) (declare-datatypes ((d 0)) (((c (s Bool) (_s Bool))))) (declare-datatypes ((_d 0)) (((c (_s Bool))))) (declare-const _x113 _d) (declare-const _x130 _d) (declare-const x d) (assert (distinct (s x) (= _x113 _x130))) (check-sat)
error:
Fatal failure within void cvc5::internal::TheoryEngine::checkTheoryAssertionsWithModel(bool) at ../src/theory/theory_engine.cpp:2109 Internal error detected getValue((= _x113 _x130)): true
The text was updated successfully, but these errors were encountered:
ajreynol
No branches or pull requests
cvc5/cvc5@2b8054a
murxla/murxla@51f5b5c
error:
The text was updated successfully, but these errors were encountered: