isl_map_read_from_str: parse tuple entries with leading minus sign
[isl.git] / isl_union_map_private.h
blob2022a0f54c38f152fc821a78993761c0e326e481
1 #define isl_union_set isl_union_map
2 #include <isl_union_map.h>
4 struct isl_union_map {
5 int ref;
6 isl_dim *dim;
8 struct isl_hash_table table;
9 };