Also report failures in special tests
[cloog/uuh.git] / include / cloog / matrix / constraintset.h
blob50231629f905b63efa6fff8708881d51daca21ca
1 #ifndef CLOOG_MATRIX_CONSTRAINTSET_H
2 #define CLOOG_MATRIX_CONSTRAINTSET_H
4 #if defined(__cplusplus)
5 extern "C"
7 #endif
9 struct cloogconstraintset {
10 CloogMatrix M;
13 struct cloogequalities {
14 CloogConstraintSet *constraints;
15 int *types;
18 struct cloogconstraint {
19 CloogConstraintSet *set;
20 cloog_int_t **line;
23 CloogConstraintSet *cloog_constraint_set_from_cloog_matrix(CloogMatrix *M);
25 #if defined(__cplusplus)
27 #endif
28 #endif /* define _H */