3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

fix build warning, make context simplifier traverse subterms

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-03-24 18:26:22 -07:00
parent e61fa50dc3
commit bbe93ef610
3 changed files with 49 additions and 24 deletions

View file

@ -80,8 +80,8 @@ public:
m_todo(m),
m_proofs(m),
m_refs(m),
m_qh(m),
m_name("P"),
m_qh(m),
m_fresh_predicates(m) {
}