Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge September to early February #417

Open
wants to merge 62 commits into
base: master
Choose a base branch
from
Open

Merge September to early February #417

wants to merge 62 commits into from

Conversation

jeremy-murphy
Copy link
Contributor

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 29 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.