beifg: Simplify the quite complicated way to divide a number by 2 in be_ifg_stat().
[libfirm] / ir / lpp / lpp_gurobi.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @author  Matthias Braun
9  */
10 #ifndef LPP_GUROBI_H
11 #define LPP_GUROBI_H
12
13 #include "lpp.h"
14
15 #ifdef WITH_GUROBI
16 void lpp_solve_gurobi(lpp_t *lpp);
17 #endif
18
19 #endif