Skip to content

Commit

Permalink
also print unknown for unreliable safe result
Browse files Browse the repository at this point in the history
  • Loading branch information
csanadtelbisz committed Nov 16, 2024
1 parent e087aa2 commit e875d97
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class XcfaOcChecker(
Logger.Level.MAINSTEP,
"Incomplete loop unroll used: safe result is unreliable.",
)
logger.writeln(Logger.Level.RESULT, SafetyResult.unknown<EmptyProof, Cex>().toString())
throw NotSolvableException()
}
}
Expand Down

0 comments on commit e875d97

Please sign in to comment.