A simple synthesis algorithm based on transpositions. More...
Namespaces | |
namespace | revkit |
Main namespace. | |
Functions | |
bool | transposition_based_synthesis (circuit &circ, const binary_truth_table &spec, properties::ptr settings=properties::ptr(), properties::ptr statistics=properties::ptr()) |
A simple synthesis algorithm based on transpositions. More... | |
truth_table_synthesis_func | transposition_based_synthesis_func (properties::ptr settings=properties::ptr(new properties()), properties::ptr statistics=properties::ptr(new properties())) |
Functor for the transposition_based_synthesis algorithm. More... | |
A simple synthesis algorithm based on transpositions.