mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fixing clang compilation problems
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3736c5ea3b
commit
5e4d1151eb
6 changed files with 7 additions and 4 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
void operator()(expr_ref& result) { simplify(result.get(), result); }
|
||||
void push() { m_solver.push(); }
|
||||
void pop() { m_solver.pop(1); }
|
||||
void assert(expr* e) { m_solver.assert_expr(e); }
|
||||
void assert_expr(expr* e) { m_solver.assert_expr(e); }
|
||||
|
||||
void collect_statistics(statistics & st) const { m_solver.collect_statistics(st); }
|
||||
void reset_statistics() { m_solver.reset_statistics(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue