minTruthtable(tt, flags)
Converts a 2^N bits long truth table into an AND-OR net.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Petter (2026). minTruthtable(tt, flags) (https://se.mathworks.com/matlabcentral/fileexchange/37118-mintruthtable-tt-flags), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.4.0 (10.9 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.4.0 | Speed improvements.
|
||
| 1.3.0 | Fixing a backward compatibility bug, Thank you KuyaRenzMo for pointing it out. |
||
| 1.2.0 | 1. It can now guarantee optimality (selectable using optional flags), using a built-in optimizer.
|
||
| 1.1.0 | Added an example in the help text (top comment), and added the "y = ..." string to the printed summary (when nargout=0). |
||
| 1.0.0 |