KarypisLab / METIS

METIS - Serial Graph Partitioning and Fill-reducing Matrix Ordering
Other
665 stars 134 forks source link

balance.c using potentially uneeded floating point math #76

Open gfaster opened 12 months ago

gfaster commented 12 months ago

I noticed that the queues used in balance.c are all rpq_t, but all operations it is used with are integer keys that are implicitly cast to floats. Would it be better to replace these with ipq_t and its associated functions?