isl_basic_map_from_constraint: only return copy of bmap on equality constraints
[isl.git] / isl_sample_no_piplib.c
blobe2c7ea40a84f73b10df78da8af22ed0763a4b421
1 /*
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
8 */
10 #include "isl_sample_piplib.h"
12 struct isl_vec *isl_pip_basic_set_sample(struct isl_basic_set *bset)
14 isl_basic_set_free(bset);
15 return NULL;