Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Oct 28, 2024
1 parent fc1d4dc commit a4a10b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crab_verifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ static checks_db generate_report(cfg_t& cfg, const crab::invariant_table_t& pre_
// Check if the loop count breached the termination bound.
// If so, add a warning to fail the verification.
if (m_db.max_loop_count > TERMINATION_BOUND) {

if (m_db.max_loop_count.number().has_value()) {
m_db.add_warning(label_t::exit, "Could not prove termination (loop count is " +
m_db.max_loop_count.number()->to_string() + " but limit is " +
Expand Down

0 comments on commit a4a10b3

Please sign in to comment.