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:
parent
e61fa50dc3
commit
bbe93ef610
3 changed files with 49 additions and 24 deletions
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue