We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
random_geometric_graph
It would be great if retworkx has a compatible function with nx.random_geometric_graph https://networkx.org/documentation/stable/reference/generated/networkx.generators.geometric.random_geometric_graph.html This is not urgent. We can generate a random graph in a simpler way.
nx.random_geometric_graph
It is used for random instance generation for some graph problems. https://github.com/Qiskit/qiskit-optimization/blob/186e63fe411d0d9b9999b3b538162635be45f550/qiskit_optimization/applications/tsp.py#L137 https://github.com/Qiskit/qiskit-optimization/blob/186e63fe411d0d9b9999b3b538162635be45f550/qiskit_optimization/applications/vehicle_routing.py#L243
Related to qiskit-community/qiskit-optimization#150
The text was updated successfully, but these errors were encountered:
We recently added this function #295 . It will be in the next release.
Sorry, something went wrong.
Thanks! I didn't notice it
No branches or pull requests
What is the expected enhancement?
It would be great if retworkx has a compatible function with
nx.random_geometric_graph
https://networkx.org/documentation/stable/reference/generated/networkx.generators.geometric.random_geometric_graph.html
This is not urgent. We can generate a random graph in a simpler way.
It is used for random instance generation for some graph problems.
https://github.com/Qiskit/qiskit-optimization/blob/186e63fe411d0d9b9999b3b538162635be45f550/qiskit_optimization/applications/tsp.py#L137
https://github.com/Qiskit/qiskit-optimization/blob/186e63fe411d0d9b9999b3b538162635be45f550/qiskit_optimization/applications/vehicle_routing.py#L243
Related to qiskit-community/qiskit-optimization#150
The text was updated successfully, but these errors were encountered: