struct QPanda::MappingSeq

Keep track of the sequence of Mapping s and its cost.

#include <OBMTQMapping.h>

struct MappingSeq
{
    // fields

    MappingVector mappingV;
    uint32_t mappingCost;
};