isomatch
|
#include <subcircMatch.h>
Public Attributes | |
std::vector< CircuitTree * > | parts |
std::vector< WireId * > | inputs |
std::vector< WireId * > | outputs |
Result of a single circuit match
std::vector<WireId*> MatchResult::inputs |
The inputs matching the needle's inputs, in the same order.
std::vector<WireId*> MatchResult::outputs |
The outputs matching the needle's outputs, in the same order.
std::vector<CircuitTree*> MatchResult::parts |
The parts of the haystack that were matched, in the same oreder as the children of the given needle.