# # ChangeLog for src/Fragmentation/BondsPerShortestPath.cpp # # Generated by Trac 1.6 # Jun 20, 2025, 11:02:06 AM Tue, 25 Oct 2011 12:08:03 GMT Frederik 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. - ... Tue, 25 Oct 2011 12:08:03 GMT Frederik Heber [212c179] * src/Fragmentation/BondsPerShortestPath.cpp (added) * src/Fragmentation/BondsPerShortestPath.hpp (added) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/PowerSetGenerator.cpp (modified) * src/Fragmentation/PowerSetGenerator.hpp (modified) * src/Fragmentation/UniqueFragments.cpp (modified) * src/Fragmentation/UniqueFragments.hpp (modified) * src/molecule_fragmentation.cpp (modified) Placed all functions related to BondsPerSPList into own class ...