/*++ Copyright (c) 2011 Microsoft Corporation Module Name: dimacs_frontend.h Abstract: Author: Leonardo de Moura (leonardo) 2011-07-26. Revision History: --*/ #ifndef DIMACS_FRONTEND_H_ #define DIMACS_FRONTEND_H_ unsigned read_dimacs(char const * benchmark_file); #endif /* DIMACS_FRONTEND_H_ */