we always have liblpp now, remove WITH_ILP flag
[libfirm] / ir / lpp / lpp_cplex.h
1 /**
2  * Author:      Daniel Grund
3  * Date:        02.06.2005
4  * Copyright:   (c) Universitaet Karlsruhe
5  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
6  */
7
8 #ifndef _LPP_CPLEX_H_
9 #define _LPP_CPLEX_H_
10
11 #include "lpp.h"
12
13 void lpp_solve_cplex(lpp_t *lpp);
14
15 #endif /*_LPP_CPLEX_H_*/