Browse Source
constValues.getValueOf() throws an Exception if the constant value does not exist. This may happen, e.g., for parametric model checking, where the parametric constants will have no values. So, we first check if the constant value exists. If this is not the case then the RESULT line is clearly no match. In the future, it might make sense to handle parametric constants differently than non-existent constants, e.g., to provide a warning for a nonsensical RESULT line in the latter case. git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11601 bbc10eb1-c90d-0410-af57-cb519fbb1720master
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue