]> granicus.if.org Git - graphviz/commit
Agglomerative_Ink_Bundling_establish: replace 'cedges' with a 'std::vector'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 Jan 2022 21:24:20 +0000 (13:24 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 16 Jan 2022 18:51:42 +0000 (10:51 -0800)
commitef487f1faff9f27c879ea665b4fc2424ea0ce3b7
treeb9a38cef8c57308ccf06b67b5e14478146f7a8b6
parent3ffaeb756452a12549da3ebd256ef323991eb696
Agglomerative_Ink_Bundling_establish: replace 'cedges' with a 'std::vector'

This simplifies the code as well as making it significantly easier for humans
and compilers to understand what is going on here.
lib/mingle/agglomerative_bundling.cpp