mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
bv
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
81c3966331
commit
20be286391
4 changed files with 3 additions and 7 deletions
|
@ -23,7 +23,6 @@ namespace array {
|
|||
|
||||
|
||||
void solver::add_dep(euf::enode* n, top_sort<euf::enode>& dep) {
|
||||
std::cout << "add-dep " << mk_bounded_pp(n->get_expr(), m) << "\n";
|
||||
if (!a.is_array(n->get_expr())) {
|
||||
dep.insert(n, nullptr);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue