Skip to content

Instantly share code, notes, and snippets.

View Suyash1989's full-sized avatar

Suyash Sharma Suyash1989

View GitHub Profile
@Suyash1989
Suyash1989 / metis.cc
Created October 25, 2018 13:46 — forked from erikzenker/metis.cc
Metis usage example
#include <cstddef> /* NULL */
#include <metis.h>
#include <iostream>
// Install metis from:
// http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz
// Build with
// g++ metis.cc -lmetis