storm icon indicating copy to clipboard operation
storm copied to clipboard

Print proper reason when a property can not be handled

Open tquatmann opened this issue 4 years ago • 0 comments

The canHandle methods of the model checkers should report some kind of indication why the property is not supported (e.g., because the model has multiple initial states, ...).

Right now, the verifyWith*Engine API methods just return a nullptr if canHandle is false. This is not helpful for the user and can lead to confusion (e.g. here)

tquatmann avatar Feb 15 '21 11:02 tquatmann