/* * This file is part of libFirm. * Copyright (C) 2012 University of Karlsruhe. */ /** * @file * @author Daniel Grund */ #ifndef LPP_CPLEX_H #define LPP_CPLEX_H #include "lpp.h" void lpp_solve_cplex(lpp_t *lpp); #endif