KarypisLab / METIS

METIS - Serial Graph Partitioning and Fill-reducing Matrix Ordering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

balance.c using potentially uneeded floating point math

gfaster opened this issue · comments

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?