struct QPanda::MappingSwapSequence

Holds the sequence of Mapping s and Swaps to be executed.

#include <OBMTQMapping.h>

struct MappingSwapSequence
{
    // fields

    std::vector<Mapping> mappings;
    std::vector<SwapSeq> swapSeqs;
    uint32_t cost;
    double reliability;
};