X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_map_piplib.h;h=6c2594f5f8d2f29d3c4c7cf7d3764f127250235d;hb=7c44f81ec955f061671b7f18480d627ac71f52bc;hp=70533fc95d94595bc6e16f18386f9d97a49a0efe;hpb=8b3a2393ea4130653281a0ded8c4056ef786d279;p=platform%2Fupstream%2Fisl.git diff --git a/isl_map_piplib.h b/isl_map_piplib.h index 70533fc..6c2594f 100644 --- a/isl_map_piplib.h +++ b/isl_map_piplib.h @@ -1,3 +1,12 @@ +/* + * Copyright 2008-2009 Katholieke Universiteit Leuven + * + * Use of this software is governed by the GNU LGPLv2.1 license + * + * Written by Sven Verdoolaege, K.U.Leuven, Departement + * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium + */ + #ifndef ISL_MAP_PIPLIB_H #define ISL_MAP_PIPLIB_H @@ -7,13 +16,9 @@ extern "C" { #endif -struct isl_map *isl_pip_basic_map_lexmax( - struct isl_basic_map *bmap, struct isl_basic_set *dom, - struct isl_set **empty); -struct isl_map *isl_pip_basic_map_lexmin( +struct isl_map *isl_pip_basic_map_lexopt( struct isl_basic_map *bmap, struct isl_basic_set *dom, - struct isl_set **empty); -struct isl_map *isl_pip_basic_map_compute_divs(struct isl_basic_map *bmap); + struct isl_set **empty, int max); #if defined(__cplusplus) }