class QPanda::ApproxTSFinder¶
4-Approximative polynomial algorithm. Miltzow et al. DOI: 10.4230/LIPIcs.ESA.2016.66
#include <TokenSwapFinder.h> class ApproxTSFinder: public QPanda::TokenSwapFinder { public: // typedefs typedef ApproxTSFinder* Ref; typedef std::unique_ptr<ApproxTSFinder> uRef; // methods static uRef Create(); };
Inherited Members¶
public: // typedefs typedef TokenSwapFinder* Ref; typedef std::unique_ptr<TokenSwapFinder> uRef; // methods void set_graph(QPanda::Graph::Ref graph); SwapSeq find(const InverseMap& from, const InverseMap& to);