Edwin Navarro

Results 19 comments of Edwin Navarro

Hi, @kris524. Just checking to see if you are still working on this. Thanks.

@kris524. That's fine. Once you get a good build, you can add a test for each of the 2 new functions at the end of `rustworkx/rustworkx-core/src/connectivity/conn_components.rs`, and add a `features`...

Sure. Any of the functions in `retworkx.src.connectivity.mod.rs` that are not already in `retworkx.retworkx-core.src.connectivity` could be moved in a way similar to the way `connected_components` was done. Let me know if...

@mtreinish @ajavadia Since I'm not sure of the application here, I see several ways to do this. Assuming the idea above of determining the highest d value that creates a...

The 3X improvement is not a function of this PR, but of the 2 PRs combined. It's still somewhat of a mystery to me. The same number of edges are...

I'm closing this since this was an early attempt at optimizing the `DAGDependencyV2` conversion process. Most of this was superceded by #11705 and a future PR which will incorporate more...

Release note added and changes made.

What about `initial_node_count` and `initial_edge_count`? That indicates to a Python user that it's not a limit, but a starting point. I do think it's probably worthwhile, especially since we now...