Skip to content

Commit

Permalink
Fix complement error.
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejAlexaj authored and vhavlena committed Jan 12, 2025
1 parent 49b7c7e commit 0b89fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/complement_sync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,8 @@ namespace cola {
}
for (const auto &st_trans_pair: compl_states) {
const unsigned &src = st_trans_pair.first;
unsigned spot_state = result->new_state();
(void) spot_state;
assert(spot_state == src);

for (const auto &bdd_vec_tgt_pair: st_trans_pair.second) {
Expand Down

0 comments on commit 0b89fd6

Please sign in to comment.