You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
386 B
3 lines
386 B
A canonical representation means, that for any two semantically equivalent formulas $f_1$ and $f_2$ and a fixed variable order, $f_1$ and $f_2$ are represented by the same reduced and ordered BDD.
|
|
|
|
Since semantically equivalent formulas have the same set of satisfying models and a reduced and ordered BDD does not have redundancies, the representation of $f_1$ and $f_2$ are the same.
|