Skip to content
Snippets Groups Projects
Commit ea6532a2 authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

[Bugfix] Check liveness regardless of checkpointing. Up to now, the

checkpointing interval would - as a side effect - also be the liveness
checking interval essentially turning the nextLiveCheck logic into dead
code. From now on, liveness checking is run when the amount of current
states in the fingerprint set has reached nextLiveCheck (which is
probably what was initially intended).

Note that deactivating checkpointing (with "-checkpoint 0") used to
deactivate partial liveness checking too. In this case liveness was only
checked finally at the end of model checking.
parent a5130266
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment