Browse Source

JDD.isSingleton: improve documentation (requires that the vars are ordered)

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11991 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Joachim Klein 9 years ago
parent
commit
b2fbb25dd9
  1. 4
      prism/src/jdd/JDD.java

4
prism/src/jdd/JDD.java

@ -1063,6 +1063,10 @@ public class JDD
* <br>
* This is the case if there is a single path to the ONE constant
* and exactly the variables of {@code vars} occur on the path.
* <br>
* <b>Note:</b> The variables in {@code vars} have to sorted
* in increasing index order! Use JDDVars.sortByIndex() to achieve this
* if the ordering is not guaranteed by construction.
* @param dd the DD
* @param vars the variables
*/

Loading…
Cancel
Save