Also fix case of negated ite (#7454)
authorGereon Kremer <nafur42@gmail.com>
Thu, 21 Oct 2021 21:07:08 +0000 (14:07 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Oct 2021 21:07:08 +0000 (21:07 +0000)
commitf71d55abdbe6a51613a1ff33f24c708f66bf784e
tree79b42e80172349a17dbbaf5d0f512947a3f9d71e
parentf3bf9af12eb6af487e61c585fa9639f1d1485220
Also fix case of negated ite (#7454)

This PR follows #7452 and fixes the proofs generated for backward propagation of negated ite terms.
src/theory/booleans/proof_circuit_propagator.cpp
test/regress/CMakeLists.txt
test/regress/regress0/preprocess/proj-issue305-circuit-prop-ite-c.smt2 [new file with mode: 0644]
test/regress/regress0/preprocess/proj-issue305-circuit-prop-ite-d.smt2 [new file with mode: 0644]