Changeset b1f995 for src/Graph


Ignore:
Timestamp:
May 18, 2017, 7:15:06 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_goodresults, ForceAnnealing_tocheck
Children:
df855a
Parents:
4b4ef4
git-author:
Frederik Heber <frederik.heber@…> (05/17/17 11:34:16)
git-committer:
Frederik Heber <frederik.heber@…> (05/18/17 19:15:06)
Message:

Extracted conversion to boost::graph into distinct struct.

  • BoostGraphCreator allows to convert sets of atoms into a boost::graph while using an additional predicate.
Location:
src/Graph
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/Makefile.am

    r4b4ef4 rb1f995  
    44GRAPHSOURCE = \
    55        Graph/BondGraph.cpp \
     6        Graph/BoostGraphCreator.cpp \
    67        Graph/BuildInducedSubgraph.cpp \
    78        Graph/AdjacencyList.cpp \
     
    1213GRAPHHEADER = \
    1314        Graph/BondGraph.hpp \
     15        Graph/BoostGraphCreator.hpp \
    1416        Graph/BuildInducedSubgraph.hpp \
    1517        Graph/AdjacencyList.hpp \
Note: See TracChangeset for help on using the changeset viewer.