Type for non-zero cost edge edits in the result set. More...
#include <GraphAlgorithms.h>
Public Types | |
using | ComponentBondIndex = std::pair< ComponentIndexPair, ComponentIndexPair > |
Type for two component and index pairs. | |
Public Member Functions | |
EdgeEdit (ComponentBondIndex i, ComponentBondIndex j, unsigned c) | |
Data Fields | |
ComponentBondIndex | first |
Left bond. | |
ComponentBondIndex | second |
Right bond. | |
unsigned | cost |
Cost of the edit per the cost function. | |
Type for non-zero cost edge edits in the result set.