mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
add recfuns to Java #4820
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6aba325cea
commit
d6a5ef4343
6 changed files with 71 additions and 17 deletions
|
@ -165,6 +165,14 @@ void bit_blaster_tpl<Cfg>::mk_subtracter(unsigned sz, expr * const * a_bits, exp
|
|||
out_bits.push_back(out);
|
||||
cin = cout;
|
||||
}
|
||||
#if 0
|
||||
for (unsigned j = 0; j < sz; ++j) {
|
||||
std::cout << j << "\n";
|
||||
std::cout << mk_pp(a_bits[j], m()) << "\n";
|
||||
std::cout << mk_pp(b_bits[j], m()) << "\n";
|
||||
std::cout << mk_pp(out_bits.get(j), m()) << "\n";
|
||||
}
|
||||
#endif
|
||||
SASSERT(out_bits.size() == sz);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue