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