# # ChangeLog for src/Fragmentation/fragmentation_helpers.cpp # # Generated by Trac 1.4.4 # Dec 28, 2024, 2:50:21 PM Tue, 25 Oct 2011 12:08:03 GMT Frederik 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 [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 [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.