Digraphs
Digraphs copied to clipboard
`HamiltonianPath` checks for Hamiltonian cycles
The function HamiltonianPath computes hamiltonian cycles which is a bit confusing if someone looks for paths and not cycles. A name change to HamiltonianCycle perhaps would be nice.
Thanks @TomGoertzen for the report, that's an excellent point, we will rename HamiltonianPath to HamiltonianCycle in the next major release of Digraphs.
Stale issue message