#
# ChangeLog for src/Fragmentation/fragmentation_helpers.hpp
#
# Generated by Trac 1.4.4
# Apr 15, 2025, 11:07:32 AM

Sun, 24 Feb 2013 12:59:18 GMT Frederik Heber <heber@…> [d760bb]
	* src/Atom/atom_bondedparticle.cpp (modified)
	* src/Atom/atom_bondedparticleinfo.cpp (modified)
	* src/Atom/atom_bondedparticleinfo.hpp (modified)
	* src/Fragmentation/AdaptivityMap.cpp (modified)
	* src/Fragmentation/BondsPerShortestPath.cpp (modified)
	* src/Fragmentation/BondsPerShortestPath.hpp (modified)
	* src/Fragmentation/Fragmentation.cpp (modified)
	* src/Fragmentation/PowerSetGenerator.cpp (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)

	REFACTOR: PowerSetGenerator now creates all orders in one go, not ...


Mon, 03 Dec 2012 09:49:30 GMT Frederik Heber <heber@…> [339910]
	* src/Fragmentation/Fragmentation.cpp (modified)
	* src/Fragmentation/Fragmentation.hpp (modified)
	* src/Fragmentation/fragmentation_helpers.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.hpp (modified)
	* src/MoleculeLeafClass.cpp (modified)
	* src/MoleculeLeafClass.hpp (modified)

	Fragmentation now operates on a single molecule.

	- ...


Mon, 03 Dec 2012 09:49:06 GMT Frederik Heber <heber@…> [b78dfd]
	* src/Fragmentation/fragmentation_helpers.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.hpp (modified)

	Added helper getGlobalIdsFromLocalIds.

	- for ...


Mon, 03 Dec 2012 09:49:06 GMT Frederik Heber <heber@…> [bf42a0]
	* src/Fragmentation/fragmentation_helpers.hpp (modified)

	FIX: Renamed double inclusion preventer of fragmentation_helpers.

	- ...


Fri, 26 Oct 2012 13:24:01 GMT Frederik Heber <heber@…> [f96874]
	* src/Fragmentation/AdaptivityMap.cpp (modified)
	* src/Fragmentation/AdaptivityMap.hpp (modified)
	* src/Fragmentation/AtomMask.hpp (added)
	* src/Fragmentation/Fragmentation.cpp (modified)
	* src/Fragmentation/Fragmentation.hpp (modified)
	* src/Fragmentation/Makefile.am (modified)
	* src/Fragmentation/Mask.hpp (added)
	* src/Fragmentation/MoleculeMask.hpp (added)
	* src/Fragmentation/fragmentation_helpers.cpp (modified)
	* src/Fragmentation/fragmentation_helpers.hpp (modified)
	* src/MoleculeLeafClass.cpp (modified)
	* src/MoleculeLeafClass.hpp (modified)

	AtomMask is now a set, inherited into own class.

	- this is ...


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.