first experimental version of gurobi ILP solver
[libfirm] / ir / lpp / lpp_gurobi.h
1 /**
2  * Author:      Matthias Braun
3  * Copyright:   (c) Universitaet Karlsruhe
4  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
5  */
6 #ifndef LPP_GUROBI_H
7 #define LPP_GUROBI_H
8
9 #include "lpp.h"
10
11 #ifdef WITH_GUROBI
12 void lpp_solve_gurobi(lpp_t *lpp);
13 #endif
14
15 #endif