-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Implement the invariant “is hamiltonian” which checks if the graph is Hamiltonian (boolean). If possible, also implement “path hamiltonian” which lists a Hamiltonian path in the graph.
This invariant is not available on networkx, but I found this library on github.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request