#
# ChangeLog for src/Fragmentation/KeySet.hpp
#
# Generated by Trac 1.4.4
# Apr 6, 2025, 11:59:08 AM

Wed, 18 May 2016 22:02:06 GMT Frederik Heber <heber@…> [78202b]
	* doc/userguide/userguide.xml (modified)
	* src/Actions/GlobalListOfActions.hpp (modified)
	* src/Actions/Makefile.am (modified)
	* src/Actions/PotentialAction/ParseAtomFragmentsAction.cpp (added)
	* src/Actions/PotentialAction/ParseAtomFragmentsAction.def (added)
	* src/Actions/PotentialAction/ParseAtomFragmentsAction.hpp (added)
	* src/Actions/PotentialAction/SaveAtomFragmentsAction.cpp (added)
	* src/Actions/PotentialAction/SaveAtomFragmentsAction.def (added)
	* src/Actions/PotentialAction/SaveAtomFragmentsAction.hpp (added)
	* src/Fragmentation/Homology/AtomFragmentsMap.hpp (modified)
	* src/Fragmentation/KeySet.hpp (modified)
	* tests/Python/AllActions/options.dat (modified)

	Adding potential action to parse and save atom fragment associations. ...


Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber <heber@…> [75363b]
	* src/Fragmentation/Fragmentation.cpp (modified)
	* src/Fragmentation/Graph.cpp (modified)
	* src/Fragmentation/Graph.hpp (modified)
	* src/Fragmentation/KeySet.cpp (modified)
	* src/Fragmentation/KeySet.hpp (modified)
	* src/Fragmentation/fragmentation_helpers.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.hpp (modified)

	Extracted functions from fragmentation_helpers and placed them in ...


Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber <heber@…> [f0674a]
	* src/Fragmentation/BondsPerShortestPath.cpp (modified)
	* src/Fragmentation/Fragmentation.cpp (modified)
	* src/Fragmentation/Fragmentation.hpp (modified)
	* src/Fragmentation/KeySet.cpp (added)
	* src/Fragmentation/KeySet.hpp (added)
	* src/Fragmentation/Makefile.am (modified)
	* src/Fragmentation/PowerSetGenerator.cpp (modified)
	* src/Fragmentation/UniqueFragments.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.cpp (modified)
	* src/graph.cpp (modified)
	* src/graph.hpp (modified)
	* src/moleculelist.cpp (modified)

	Extracted KeySet from graph.hpp and made into distinct class.

	- ...