Molassembler  3.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Scine::Molassembler::MinimalReactionEdits::EdgeEdit Struct Reference

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.
 

Detailed Description

Type for non-zero cost edge edits in the result set.


The documentation for this struct was generated from the following file: