3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
Ken McMillan 2015-05-22 11:01:55 -07:00
commit 4546c3e7bb
16 changed files with 173 additions and 119 deletions

View file

@ -1041,8 +1041,8 @@ namespace smt {
num_args = 1;
args = &n;
}
for (unsigned j = 0; j < num_args; j++) {
expr * arg = args[j];
for (unsigned i = 0; i < num_args; i++) {
expr * arg = args[i];
expr * pp;
rational a_val;
get_monomial(arg, a_val, pp);