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