Incompletely Specified Functions

Definition

In a function where some inputs don't matter, we have "don't cares". We use "d" to denote these.

Tip

We can assign don't cares to 0 or 1 depending on which one makes our function smaller in K-map optimization.

Example

Simplify the function for both SOP and POS

solution