Exact Synthesis of Reversible Networks. More...
Namespaces | |
namespace | revkit |
Main namespace. | |
Functions | |
bool | exact_synthesis (circuit &circ, const binary_truth_table &spec, properties::ptr settings=properties::ptr(), properties::ptr statistics=properties::ptr()) |
Synthesizes a minimal circuit (with respect to the number of gates) using the SAT-based exact synthesis approach as presented in [GWDD09]. More... | |
truth_table_synthesis_func | exact_synthesis_func (properties::ptr settings=properties::ptr(new properties()), properties::ptr statistics=properties::ptr(new properties())) |
Functor for the exact_synthesis algorithm. More... | |
Exact Synthesis of Reversible Networks.