Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roth

Boolean algebra expression minimizer using Roth's algorithm. Quite a lot of bad code here. Probably will go back and refactor later.

Usage

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

License

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.

About

Boolean algebra expression minimizer using Roth's algorithm

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages