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@8714bc5 murxla/murxla@51f5b5c
(set-option :check-proofs true) (set-option :strings-eager-eval false) (declare-const x (Seq Bool)) (assert (seq.contains (seq.++ (seq.unit x) (seq.unit (seq.rev x))) (seq.++ (seq.unit (seq.unit (seq.contains x (seq.rev x)))) (seq.unit x)))) (check-sat)
error:
Fatal failure within void cvc5::internal::theory::eq::ProofEqEngine::explainWithProof(cvc5::internal::Node, std::vector<cvc5::internal::NodeTemplate<false> >&, cvc5::internal::LazyCDProof*) at ../src/theory/uf/proof_equality_engine.cpp:506 Check failure atom.getKind() != Kind::AND
The text was updated successfully, but these errors were encountered:
ajreynol
No branches or pull requests
cvc5/cvc5@8714bc5
murxla/murxla@51f5b5c
error:
The text was updated successfully, but these errors were encountered: