mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
fix build
This commit is contained in:
parent
903cddcaaa
commit
47e44c5538
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ private:
|
||||||
app* fresh_proxy();
|
app* fresh_proxy();
|
||||||
void elim_proxies(expr_ref_vector &v);
|
void elim_proxies(expr_ref_vector &v);
|
||||||
public:
|
public:
|
||||||
iuc_solver(solver &, unsigned iuc, unsigned iuc_arith,
|
iuc_solver(solver &s, unsigned iuc, unsigned iuc_arith,
|
||||||
bool print_farkas_stats, bool old_hyp_reducer,
|
bool print_farkas_stats, bool old_hyp_reducer,
|
||||||
bool split_literals = false) :
|
bool split_literals = false) :
|
||||||
solver(m),
|
solver(m),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue