3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

fix build

This commit is contained in:
Nuno Lopes 2022-10-01 12:17:15 +01:00
parent 903cddcaaa
commit 47e44c5538

View file

@ -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),