isl_ast.c: extract out start_block and end_block from print_ast_node_c
[isl.git] / isl_lp_piplib.h
blob21153aa4dd80681d72a156af1e9fd2d24e069039
1 /*
2 * Copyright 2008-2009 Katholieke Universiteit Leuven
4 * Use of this software is governed by the MIT license
6 * Written by Sven Verdoolaege, K.U.Leuven, Departement
7 * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
8 */
10 #ifndef ISL_LP_PIPLIB_H
11 #define ISL_LP_PIPLIB_H
13 #include <isl/lp.h>
15 #if defined(__cplusplus)
16 extern "C" {
17 #endif
19 enum isl_lp_result isl_pip_solve_lp(struct isl_basic_map *bmap, int maximize,
20 isl_int *f, isl_int denom, isl_int *opt,
21 isl_int *opt_denom,
22 struct isl_vec **sol);
24 #if defined(__cplusplus)
26 #endif
28 #endif