mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
call it data instead of c_ptr for approaching C++11 std::vector convention.
This commit is contained in:
parent
524dcd35f9
commit
4a6083836a
456 changed files with 2802 additions and 2802 deletions
|
@ -540,7 +540,7 @@ struct purify_arith_proc {
|
|||
}
|
||||
}
|
||||
SASSERT(args.size() >= 2);
|
||||
push_cnstr(EQ(u().mk_add(args.size(), args.c_ptr()), mk_real_zero()));
|
||||
push_cnstr(EQ(u().mk_add(args.size(), args.data()), mk_real_zero()));
|
||||
push_cnstr_pr(result_pr);
|
||||
push_cnstr(u().mk_lt(u().mk_numeral(lower, false), k));
|
||||
push_cnstr_pr(result_pr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue