# # ChangeLog for src/Graph/BoostGraphCreator.cpp # # Generated by Trac 1.6 # May 23, 2025, 9:16:20 PM Thu, 21 Jun 2018 09:12:49 GMT Frederik Heber [7f17c7] * src/Actions/GraphAction/ChemicalSpaceEvaluatorAction.cpp (modified) * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/Graph6Reader.cpp (modified) * src/Graph/Graph6Reader.hpp (modified) ChemicalSpaceEvaluator working for graph with 2 nodes. Thu, 21 Jun 2018 09:12:08 GMT Frederik Heber [d83d64] * src/Actions/GlobalListOfActions.hpp (modified) * src/Actions/GraphAction/ChemicalSpaceEvaluatorAction.cpp (added) * src/Actions/GraphAction/ChemicalSpaceEvaluatorAction.def (added) * src/Actions/GraphAction/ChemicalSpaceEvaluatorAction.hpp (added) * src/Actions/Makefile.am (modified) * src/FunctionApproximation/Extractors.cpp (modified) * src/FunctionApproximation/Extractors.hpp (modified) * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/Graph6Reader.cpp (added) * src/Graph/Graph6Reader.hpp (added) * src/Graph/Makefile.am (modified) * tests/Python/AllActions/moltest_check.py (modified) * tests/Python/AllActions/options.dat (modified) Added Graph6Reader, extended BoostGraphCreator, added ... Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [e0b960] * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/unittests/BoostGraphCreatorUnitTest.cpp (modified) * src/Graph/unittests/BoostGraphCreatorUnitTest.hpp (modified) Edges may be added and removed in BoostGraphCreator. - TESTS: added ... Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [1356af] * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/BoostGraphCreator_impl.hpp (added) * src/Graph/Makefile.am (modified) Moved BoostGraphCreator::createFromRange into extra impl module. Wed, 12 Jul 2017 19:10:31 GMT Frederik Heber [bccbe9] * src/Actions/MoleculeAction/StretchBondAction.cpp (modified) * src/Actions/MoleculeAction/StretchBondAction.def (modified) * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/BoostGraphHelpers.hpp (added) * src/Graph/BreadthFirstSearchGatherer.cpp (added) * src/Graph/BreadthFirstSearchGatherer.hpp (added) * src/Graph/Makefile.am (modified) Extracted extraction (subset of) nodes from BoostGraph into ... Wed, 12 Jul 2017 19:10:31 GMT Frederik Heber [d24ef58] * src/Actions/MoleculeAction/StretchBondAction.cpp (modified) * src/Graph/BoostGraphCreator.cpp (added) * src/Graph/BoostGraphCreator.hpp (added) * src/Graph/Makefile.am (modified) Extracted conversion to boost::graph into distinct struct. - ...