mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
merge
This commit is contained in:
commit
4546c3e7bb
16 changed files with 173 additions and 119 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue