Skip to content

Commit

Permalink
aig roots
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 10, 2020
1 parent 607a1b3 commit 9064e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sat/sat_aig_cuts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ namespace sat {
augment_aig0(n, m_cuts[v]);
}
touch(v);
IF_VERBOSE(2, display(verbose_stream() << "add " << head.var() << " == ", n) << "\n");
}
else if (m_aig[v][0].is_const() || !insert_aux(v, n)) {
m_literals.shrink(m_literals.size() - sz);
Expand Down

0 comments on commit 9064e58

Please sign in to comment.