param/exact: warn if some probability/rate is zero in an update
The transitions are explored twice during model construction, once
to find the reachable states and the second time to actually build
the transition structure of the model. We suppress the warning
in the first pass so that it does not appear twice.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11656 bbc10eb1-c90d-0410-af57-cb519fbb1720
modelBuilder.getLog().printWarning("Update has zero "+(modelType.continuousTime()?"rate":"probability")+" ("+p+(p.hasPosition()?", "+p.getBeginString():"")+")");