Merge Fix: Spills have ProjMs now
[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 #ifndef LPP_CPLEX_H
8 #define LPP_CPLEX_H
9
10 #include "lpp.h"
11
12 #ifdef WITH_CPLEX
13 void lpp_solve_cplex(lpp_t *lpp);
14 #endif
15
16 #endif