3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-08-02 12:05:54 -07:00
parent 7f6f7eff1e
commit fc36fb115f

View file

@ -275,7 +275,6 @@ struct goal2sat::imp : public sat::sat_internalizer {
} }
} }
void cache(app* t, sat::literal l) override { void cache(app* t, sat::literal l) override {
force_push(); force_push();
SASSERT(!m_app2lit.contains(t)); SASSERT(!m_app2lit.contains(t));