exanauts / ColPack.jl

A Julia interface to the C++ library ColPack for graph and sparse matrix coloring.
https://exanauts.github.io/ColPack.jl/
MIT License
6 stars 0 forks source link

Remove issymmetric check #17

Closed gdalle closed 1 month ago

gdalle commented 1 month ago

ColPack can color non-symmetric matrices by representing them as bipartite graphs instead of adjacency graphs, which is much more efficient. This PR removes the symmetry check on the sparse matrix we pass to the C++ function.