Hi Matthew,
Just to add to that: If the states you are interested in are already
reachable, you do not need to use init … endinit (because that may limit
the solution methods available to you). The filters that Gethin
mentioned will by default display the results for all reachable states
(at least those where the value is non-zero). E.g.:
prism
dice.pm -pf 'filter(print,P=?[F d=6])'
You can also use -exportvector to get a file containing the values for
all states (zero or non-zero). E.g.:
prism
dice.pm -pf 'P=?[F d=6]' -exportvector vec.txt
Best wishes,
Dave