3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-03-25 13:13:50 -07:00
parent 6a9cbe1461
commit e3a2168a20

View file

@ -1775,7 +1775,7 @@ public:
continue;
}
w2 = e2.get_weight() + w;
for (edge_id e_id2 : m_in_edges[e2.get_target()]) {
for (edge_id e_id3 : m_in_edges[e2.get_target()]) {
++m_stats.m_implied_literal_cost;
edge const& e3 = m_edges[e_id3];
if (e3.is_enabled() || e3.get_source() != src) {