#
# ChangeLog for src/Fragmentation/fragmentation_helpers.hpp
#
# Generated by Trac 1.4.4
# Apr 1, 2025, 6:34:47 PM

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

	Moved functions that deal with adaptivity from fragmentation_helpers ...


Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber <heber@…> [730d7a]
	* src/Fragmentation/AdaptivityMap.cpp (added)
	* src/Fragmentation/AdaptivityMap.hpp (added)
	* src/Fragmentation/Fragmentation.cpp (modified)
	* src/Fragmentation/Graph.cpp (modified)
	* src/Fragmentation/Graph.hpp (modified)
	* src/Fragmentation/Makefile.am (modified)
	* src/Fragmentation/fragmentation_helpers.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.hpp (modified)

	New class AdaptivityMap and moved some functions from ...


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@…> [ba94c5]
	* src/Fragmentation/Fragmentation.cpp (modified)
	* src/Fragmentation/Fragmentation.hpp (modified)
	* src/Fragmentation/UniqueFragments.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.hpp (modified)
	* src/Makefile.am (modified)
	* src/graph.cpp (deleted)
	* src/graph.hpp (deleted)
	* src/molecule.cpp (modified)
	* src/molecule.hpp (modified)

	Removed modules graph.[ch]pp.

	- typedef of KeyStack is placed in ...


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

	Extracted Graph (map of KeySets) into own class from graph.hpp.

	- ...


Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber <heber@…> [f67817f]
	* src/Fragmentation/Makefile.am (modified)
	* src/Fragmentation/PowerSetGenerator.cpp (added)
	* src/Fragmentation/PowerSetGenerator.hpp (added)
	* src/Fragmentation/fragmentation_helpers.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.hpp (modified)
	* src/molecule.hpp (modified)
	* src/molecule_fragmentation.cpp (modified)

	Extracted power set generation into own class PowerSetGenerator.


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

	Placed all routines working on UniqueFragments struct inside this ...


Tue, 25 Oct 2011 12:08:02 GMT Frederik Heber <heber@…> [ba1823]
	* src/Fragmentation/fragmentation_helpers.cpp (added)
	* src/Fragmentation/fragmentation_helpers.hpp (added)
	* src/Makefile.am (modified)
	* src/molecule_fragmentation.cpp (modified)

	Moved all helpers fragmentation functions into folder
	src/Fragmentation.