scotch-sys 0.2.0

Raw FFI to Scotch, the graph partitioner, graph clusterer and sparse matrix orderer
1
2
3
4
5
// Workaround Scotch not including required headers
#include <stdio.h>
#include <stdint.h>

#include <scotch.h>