summaryrefslogtreecommitdiff
path: root/basis_reduction_templ.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16hide isl_ctx internalsSven Verdoolaege1-0/+1
2011-01-27merge isl_basic_set/isl_basic_map and isl_set/isl_mapSven Verdoolaege1-1/+1
2010-12-01hide isl_basic_set internalsSven Verdoolaege1-0/+1
2010-10-11basis_reduction_templ.c: fix typo in commentSven Verdoolaege1-1/+1
2010-10-11export isl_basic_set_reduced_basisSven Verdoolaege1-2/+33
2010-01-31basis_reduction_templ.c: fix typo in commentSven Verdoolaege1-1/+1
2009-12-16add copyright statementsSven Verdoolaege1-0/+12
2009-10-21put options in a separate isl_options structureSven Verdoolaege1-2/+4
2009-10-21isl_tab_compute_reduced_basis: handle empty tablesSven Verdoolaege1-0/+3
2009-10-12isl_tab: improved error handlingSven Verdoolaege1-2/+4
2009-10-09isl_tab_compute_reduced_basis: handle unbounded directions in initial basisSven Verdoolaege1-7/+13
2009-10-09isl_tab_compute_reduced_basis: work with affine basis instead of linear basisSven Verdoolaege1-24/+24
2009-10-09isl_tab_compute_reduced_basis: allow incremental computationSven Verdoolaege1-27/+41
2009-10-09separate out isl_tab_reduced_basis from isl_basic_set_reduced_basisSven Verdoolaege1-22/+37
2009-10-09isl_basic_set_reduced_basis: fix value in directions with only one integer valueSven Verdoolaege1-2/+58
2009-10-09isl_basic_set_reduced_basis: fix up documentationSven Verdoolaege1-5/+2
2009-07-16isl_mat: keep track of isl_ctxSven Verdoolaege1-2/+2
2009-07-15introduce generalized basis reduction based samplingSven Verdoolaege1-0/+216