mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fix build
This commit is contained in:
parent
903cddcaaa
commit
47e44c5538
|
@ -68,7 +68,7 @@ private:
|
|||
app* fresh_proxy();
|
||||
void elim_proxies(expr_ref_vector &v);
|
||||
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 split_literals = false) :
|
||||
solver(m),
|
||||
|
|
Loading…
Reference in a new issue