Changeset 543ce4 for molecuilder/src/graph.hpp
- Timestamp:
- Nov 4, 2009, 7:56:04 PM (16 years ago)
- Children:
- 4ef101, aa8542
- Parents:
- ec70ec
- File:
-
- 1 edited
-
molecuilder/src/graph.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/graph.hpp
rec70ec r543ce4 54 54 55 55 //bool operator < (KeySet SubgraphA, KeySet SubgraphB); //note: this declaration is important, otherwise normal < is used (producing wrong order) 56 void InsertFragmentIntoGraph( ofstream *out,struct UniqueFragments *Fragment); // Insert a KeySet into a Graph57 void InsertGraphIntoGraph( ofstream *out,Graph &graph1, Graph &graph2, int *counter); // Insert all KeySet's in a Graph into another Graph56 void InsertFragmentIntoGraph(struct UniqueFragments *Fragment); // Insert a KeySet into a Graph 57 void InsertGraphIntoGraph(Graph &graph1, Graph &graph2, int *counter); // Insert all KeySet's in a Graph into another Graph 58 58 59 59 /** Structure containing all values in power set combination generation.
Note:
See TracChangeset
for help on using the changeset viewer.
