Reverse a circuit. More...
Namespaces | |
namespace | revkit |
Main namespace. | |
Functions | |
void | reverse_circuit (const circuit &src, circuit &dest) |
Reverse a circuit. More... | |
void | reverse_circuit (circuit &circ) |
Reverse a circuit in-place. More... | |
Reverse a circuit.