struct QPanda::MappingCandidate

Composition of each candidate in phase 1.

#include <OBMTQMapping.h>

struct MappingCandidate
{
    // fields

    Mapping m;
    uint32_t cost;
    double reliability = 1.0;
    uint32_t weight;

    // methods

    bool operator > (const MappingCandidate& rhs) const;
};