|
|
|||
|
|
BooleanConvert |
| BooleanConvert[expr] converts the Boolean expression expr to disjunctive normal form. |
| BooleanConvert[expr, form] converts the Boolean expression expr to the specified form. |
| BooleanConvert[expr, form, cond] finds an expression in the specified form that is equivalent to expr when cond is true. |
| "DNF","SOP" | disjunctive normal form, sum of products | |
| "CNF","POS" | conjunctive normal form, product of sums | |
| "ESOP" | exclusive sum of products | |
| "ANF" | algebraic normal form | |
| "NOR" | two-level Nor and Not | |
| "NAND" | two-level Nand and Not | |
| "AND" | two-level And and Not | |
| "OR" | two-level Or and Not | |
| "IMPLIES" | Implies and Not | |
| "ITE","IF" | If and constants | |
| "BFF" | BooleanFunction form | |
| "BDT" | Boolean decision tree |