Browse Source

Comment tidy

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@10324 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 11 years ago
parent
commit
d57f97b335
  1. 3
      prism/src/prism/LTLModelChecker.java

3
prism/src/prism/LTLModelChecker.java

@ -663,8 +663,7 @@ public class LTLModelChecker extends PrismComponent
}
/**
* Find the set of accepting BSCCs in a model wrt a Rabin acceptance condition.
* Find the set of accepting BSCCs in a model wrt an acceptance condition.
* Find the set of accepting BSCCs in a model wrt an omega acceptance condition.
* @param acceptance the acceptance condition, with BDD based storage
* @param model The model
* @return A referenced BDD for the union of all states in accepting BSCCs

Loading…
Cancel
Save