Boolean algebra expression minimizer using Roth's algorithm. Quite a lot of bad code here. Probably will go back and refactor later.
Boolean algebra expression minimizer using Roth's algorithm
Usage: roth [OPTIONS] <ONES> <UNDEFINED>
Arguments:
<ONES> One covers
<UNDEFINED> Undefined covers
Options:
-t, --threads <THREADS> Number of threads to use for searching final forms. Use 0 to use all available threads [default: 0]
-o, --output <OUTPUT> Path to save report to
-w, --writer <WRITER> [default: html] [possible values: none, html, excel]
-h, --help Print help
This project is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.