Main Page Compound List File List Compound Members File Members Related Pages
MatchCost+.hh File Reference
file containing the MatchCost object used by GraphManipulator to perform the matching of sub-graphs according to a parametric similarity model.
More...
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cassert>
#include "./SubGraph.hh"
#include "./SearchTree.hh"
#include "./divergence.h"
Go to the source code of this file.
Compounds |
class | MatchCost |
| Object used by GraphManipulator to perform sub-graph matchings according to a parametric similarity model. More...
|
Defines |
#define | MIN(x, y) (((x) > (y)) ? (y) : (x)) |
#define | semiInf 1e+2 |
Detailed Description
file containing the MatchCost object used by GraphManipulator to perform the matching of sub-graphs according to a parametric similarity model.
-
Author:
-
P.Héas (IRIT / ENSAE / DLR / CNES)
-
Since:
-
January 2005
Definition in file MatchCost+.hh.
Generated on Thu Feb 17 11:03:19 2005 for Interactive Learning of Sub-Graphs Semantics by
1.2.14 written by Dimitri van Heesch,
© 1997-2002