If your focus is in space (for very large decision tables), you might consider using Binary Decision Schemes (BDDs). However, the canonical form will not tell you what action to take, just give true / false answers for a large “input” of logical input variables. This is less efficient than a decision table, but very useful for certain applications.
source
share