40 namespace module_identification
Represents a base candidate in the module identification process.
BaseCandidate(const std::vector< Gate * > &gates)
Constructs a BaseCandidate with the given gates.
std::vector< Gate * > m_gates
A vector of Gate pointers representing the gates included in this base candidate.