You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(set-option :prenex-quant norm)
(declare-const x Bool)
(assert (not (or x (forall ((_x (Array Int Bool))) (or (not x) (not (select _x 0)))))))
(assert (exists ((_x (Array Int Bool))) (and (select _x 0))))
(check-sat)
error:
Fatal failure within void cvc5::internal::preprocessing::AssertionPipeline::replace(size_t, cvc5::internal::Node, cvc5::internal::ProofGenerator*) at ../src/preprocessing/assertion_pipeline.cpp:147
Check failure
i < d_nodes.size()
The text was updated successfully, but these errors were encountered:
cvc5/cvc5@d0a004f
murxla/murxla@51f5b5c
error:
The text was updated successfully, but these errors were encountered: