2 * Copyright 2008-2009 Katholieke Universiteit Leuven
4 * Use of this software is governed by the GNU LGPLv2.1 license
6 * Written by Sven Verdoolaege, K.U.Leuven, Departement
7 * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
10 #ifndef ISL_EQUALITIES_H
11 #define ISL_EQUALITIES_H
16 #if defined(__cplusplus)
20 struct isl_mat
*isl_mat_variable_compression(
21 struct isl_mat
*B
, struct isl_mat
**T2
);
22 struct isl_mat
*isl_mat_parameter_compression(
23 struct isl_mat
*B
, struct isl_vec
*d
);
24 struct isl_basic_set
*isl_basic_set_remove_equalities(
25 struct isl_basic_set
*bset
, struct isl_mat
**T
, struct isl_mat
**T2
);
27 #if defined(__cplusplus)