julia
6674011d
- Fix performance problem in root coloring
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
Fix performance problem in root coloring By originally using a vector, rather than a set, neighbors would end up getting duplicated in the list. This blew up the size of the list, causing excessive performance problems in the ColorRoots function.
References
#22437 - Fix performance problem in root coloring
Author
Keno
Committer
Keno
Parents
bd2878ff
Loading