"Free" improvement of path-check efficiency#125
Merged
backtracking merged 2 commits intobacktracking:masterfrom Feb 15, 2024
Merged
"Free" improvement of path-check efficiency#125backtracking merged 2 commits intobacktracking:masterfrom
backtracking merged 2 commits intobacktracking:masterfrom
Conversation
e45d321 to
c0b10dc
Compare
c0b10dc to
8509dec
Compare
6d4550d to
17c4d2b
Compare
Owner
|
Thanks! |
backtracking
added a commit
to backtracking/opam-repository
that referenced
this pull request
Apr 11, 2025
CHANGES: - [Topological]: Fix topological stable sort (backtracking/ocamlgraph#149, Maxime Buyse) - [Path]: new module [Bfs01] to implement 0-1 BFS - [Classic] new functions [kneser] and [petersen] to build Kneser's graphs and the Petersen graph - [Oper] fixed transitive reduction (backtracking/ocamlgraph#145, reported by sim642) and tests for transitive reduction! - new example `depend2dot` to turn `make`-like dependencies into a DOT graph, with transitive reduction - [Graphviz]: added `PosPinned` to type `NeatoAttributes.vertex` - [Oper]: improved efficiency of `intersect` (backtracking/ocamlgraph#136, reported by Ion Chirica) - [Path.Check]: improved efficiency with a better use of the cache (backtracking/ocamlgraph#125 by Paul Patault) - [Cycles.Johnson]: Enumerate elementary cycles (Johnson, 1975) (contributed by Timothy Bourke) - [Traverse.Bfs]: new function `{fold,iter}_component_dist` to perform a breadth-first traversal with the distance from the source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.