Browse Source

Comment typo

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@7621 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 12 years ago
parent
commit
3ddadc504e
  1. 2
      prism/src/explicit/LTLModelChecker.java

2
prism/src/explicit/LTLModelChecker.java

@ -220,7 +220,7 @@ public class LTLModelChecker extends PrismComponent
* @param dra The DRA
* @param mdp The MDP
* @param labelBS BitSets giving the set of states for each AP in the DRA
* @return The product DTMC and a list of each of its states (s,q), encoded as (s * draSize + q)
* @return The product MDP and a list of each of its states (s,q), encoded as (s * draSize + q)
*/
public Pair<NondetModel, int[]> constructProductMDP(DRA<BitSet> dra, MDP mdp, Vector<BitSet> labelBS) throws PrismException
{

Loading…
Cancel
Save