mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
format
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f624890b04
commit
2209d09cd9
1 changed files with 24 additions and 25 deletions
|
@ -229,7 +229,6 @@ namespace synth {
|
||||||
heap.insert(id);
|
heap.insert(id);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
for (unsigned i = 1; i < e->get_num_args(); ++i) {
|
for (unsigned i = 1; i < e->get_num_args(); ++i) {
|
||||||
expr* arg = e->get_arg(i);
|
expr* arg = e->get_arg(i);
|
||||||
auto* narg = expr2enode(arg);
|
auto* narg = expr2enode(arg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue