Type for non-zero cost vertex edits in the result set. More...
#include <GraphAlgorithms.h>
Public Member Functions | |
VertexEdit (ComponentIndexPair i, ComponentIndexPair j, unsigned c) | |
Data Fields | |
ComponentIndexPair | first |
Left graph index and component. | |
ComponentIndexPair | second |
Right graph index and component. | |
unsigned | cost |
Cost of the edit per the cost function. | |
Type for non-zero cost vertex edits in the result set.