Skip to content

Merge September to early February#417

Merged
jeremy-murphy merged 62 commits intomasterfrom
develop
Feb 15, 2025
Merged

Merge September to early February#417
jeremy-murphy merged 62 commits intomasterfrom
develop

Conversation

@jeremy-murphy
Copy link
Copy Markdown
Collaborator

Lots of good bug fixes and update to documentation.

jeremy-murphy and others added 30 commits September 12, 2024 09:43
Remove unnecessary dir prefix
Fix issue #384: broken links between disjoint_sets and incremental connected components
Update publications.html
fixed incorrect callbacks to finish_edge in undirected_dfs
bron_kerbosch_all_cliques: Fix unused parameter/variable warnings
Fix missing detail:: namespace qualification on call to cycle_canceling_dispatch1.
Without this check, the test program declares all tests passed if it
fails to open the input file.
Fix time complexity spec of vertex()
"crosses" fits the requirement as it means that the interior parts of the
geometry share some common points, not exterior parts such as
end-points, and it means "not within".
Replace std::deque with std::vector for Lengauer-Tarjan
…-cpp-attempt2

Examples: Fix minor warnings
jorisvr and others added 28 commits January 13, 2025 21:35
Fix performance issues for vector-based storage

Also remove requirement for a mutable graph on vertex_by_property().
Fix GHA build status badges in Readme
Fix geometry bug in is_straight_line_drawing
Ensure named_graph base class is initialized before accessing it
Also remove unnecessary < > spaces around template arguments.
Replace implementation of maximum_weighted_matching()

Based on a paper by Zvi Galil. The new code runs in time O(V^3).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.