.. index:: pair: struct; QPanda::MappingCandidate .. _doxid-struct_q_panda_1_1_mapping_candidate: struct QPanda::MappingCandidate =============================== .. toctree:: :hidden: Composition of each candidate in phase 1. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct MappingCandidate { // fields :ref:`Mapping` :target:`m`; uint32_t :target:`cost`; double :target:`reliability` = 1.0; uint32_t :target:`weight`; // methods bool :target:`operator >` (const MappingCandidate& rhs) const; };