bearch: Disallow passing Projs to get_irn_ops().
[libfirm] / ir / lpp / lpp_cplex.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @author  Daniel Grund
9  */
10 #ifndef LPP_CPLEX_H
11 #define LPP_CPLEX_H
12
13 #include "lpp.h"
14
15 void lpp_solve_cplex(lpp_t *lpp);
16
17 #endif