GEDLIB  1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NgedGlobal namespace for GEDLIB
 CAnchorAwareGEDComputes the exact graph edit distance for general edit costs
 CBipartiteComputes lower and upper bounds for general edit costs
 CBipartiteMLUses characteristics of an LSAPE instance for defining feature vectors for node edit operations
 CBLPNoEdgeLabelsBinary linear programming formulation of the graph edit distance without edge labels
 CBPBeamComputes an upper bound for general edit costs
 CBranchComputes lower and upper bounds for general edit costs
 CBranchCompactComputes a lower bound for uniform edit costs
 CBranchFastComputes lower and upper bounds for general edit costs
 CBranchTightComputes lower and upper bounds for general edit costs
 CBranchUniformComputes lower and upper bounds for uniform edit costs
 CCHEM1Edit cost functions for chemical graphs such as the ones contained in the datasets Mutagenicity, AIDS, PAH, MAO, Alkane, and Acyclic
 CCHEM2Edit cost functions for chemical graphs such as the ones contained in the datasets Mutagenicity, AIDS, PAH, MAO, Alkane, and Acyclic
 CCMUEdit costs for graphs contain in CMU dataset
 CCompactMIPMixed integer linear programming formulation of the graph edit distance
 CConstantImplements constant edit cost functions
 CEditCostsAbstract class for defining edit cost functions
 CErrorRuntime error class
 CExchangeGraphSimple graph class used for communication with user
 CF1Mixed integer linear programming formulation of the graph edit distance
 CF2Mixed integer linear programming formulation of the graph edit distance
 CFingerprintEdit costs for graphs contained in Fingerprint dataset
 CGEDDataContains the standardized input data along with basic functionality
 CGEDEnvProvides the API of GEDLIB
 CGEDGraphThe normalized input graphs used by GEDLIB. All labels are integers
 CGEDMethodAbstract class for the (suboptimal) computation of the graph edit distance
 CGREC1Edit cost functions for the dataset GREC
 CGREC2Edit cost functions for the dataset GREC
 CHEDComputes a lower bound for general edit costs
 CHybridComputes a lower bound for uniform edit costs
 CIPFPComputes an upper bound for general edit costs
 CLetterEdit costs for graphs contained in Letter datasets
 CLSAPEBasedMethodAbstract class for methods that use lossy transformations to LSAPE for approximating the graph edit distance
 CLSAPESolverThis class solves LSAPE instances by calling the library lsape available at https://bougleux.users.greyc.fr/lsape/
 CLSAPSolverThis class solves LSAP instances by calling the library lsape available at https://bougleux.users.greyc.fr/lsape/
 CLSBasedMethodAbstract class for methods that use variants of local search for upper bounding the graph edit distance
 CMatrixA matrix class with basic functionality
 CMIPBasedMethodAbstract class for methods that use mixed integer linear programming for exactly or approximatively computing the graph edit distance
 CMLBasedMethodAbstract class for methods that transform GED to LSAPE by using a SVM or a DNN to predict the cost of node edit operations
 CNodeComputes lower and upper bounds for general edit costs
 CNodeMapA class for node maps
 CNoLabelType of dummy labels for unlabeled nodes and edges
 COptionsContains enums for options employed by ged::GEDEnv
 CPartitionComputes a lower bound for uniform edit costs
 CProgressBarA progress bar class
 CProteinEdit costs for graphs contained in Protein dataset
 CRefineComputes an upper bound for general edit costs
 CResultA wrapper structure for the result of calls to ged::GEDMethod::run_as_util() and ged::GEDMethod::ged_run_()
 CRingComputes an upper bound for general edit costs
 CRingMLUses ring structures for defining feature vectors for node edit operations
 CSimulatedAnnealingUses LSAPE instances to approximate GED via simulated annealing
 CStarComputes lower and upper bounds for uniform edit costs
 CSubgraphComputes upper bounds for general edit costs
 CTimerA timer class that can be used by methods that support time limits
 CWalksComputes an upper bound for general edit costs