add isl_aff_mod_val
[platform/upstream/isl.git] / isl_map_piplib.h
index 70533fc..8f1f703 100644 (file)
@@ -1,19 +1,24 @@
+/*
+ * Copyright 2008-2009 Katholieke Universiteit Leuven
+ *
+ * Use of this software is governed by the MIT 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
 
-#include <isl_map.h>
+#include <isl/map.h>
 
 #if defined(__cplusplus)
 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)
 }