isl_convex_hull.c: wrap_facet: allow unbounded facets again.
[platform/upstream/isl.git] / isl_convex_hull.c
2010-02-08 Sven Verdoolaegeisl_convex_hull.c: wrap_facet: allow unbounded facets...
2010-02-03 Sven Verdoolaegerename isl_{map,set}_add to isl_{map,set}_add_basic_...
2009-12-18 Sven Verdoolaegeisl_convex_hull.c: initial_facet_constraint: drop all...
2009-12-18 Sven Verdoolaegeisl_convex_hull.c: is_independent_bound: normalize...
2009-12-18 Sven Verdoolaegeisl_convex_hull.c: extend: check hull argument
2009-12-16 Sven Verdoolaegeadd copyright statements
2009-12-07 Sven Verdoolaegeisl_tab_detect_redundant: return status instead of...
2009-10-08 Sven Verdoolaegerename isl_tab_detect_equalities to isl_tab_detect_impl...
2009-10-08 Sven Verdoolaegeisl_tab_from_recession_cone: take basic set instead...
2009-09-06 Sven Verdoolaegeisl_convex_hull.c: remove unused variables
2009-09-06 Sven Verdoolaegeisl_assert: validate all arguments and fix up fallout
2009-09-06 Sven Verdoolaegeisl_convex_hull.c: use isl_seq_get_hash instead of...
2009-09-06 Sven Verdoolaegedeclare flexarrays of size 1 to silence sun compiler
2009-08-28 Sven Verdoolaegeisl_seq_normalize: use pre-allocated temporary variable...
2009-08-28 Sven Verdoolaegerename isl_solve_lp to isl_basic_{map,set}_solve_lp
2009-08-28 Sven Verdoolaegeisl_solve_lp: optionally return solution point
2009-07-22 Sven Verdoolaegeprivately export isl_basic_set_set_rational
2009-07-21 Sven Verdoolaegeconvex_hull: coalesce set during facet computation
2009-07-16 Sven Verdoolaegeisl_tab: drop isl_ctx argument where not absolutely...
2009-07-16 Sven Verdoolaegeisl_mat: keep track of isl_ctx
2009-07-13 Sven Verdoolaegeisl_tab: optionally save dual solution
2009-07-13 Sven Verdoolaegeisl_convex_hull.c: add missing assignment
2009-07-13 Sven Verdoolaegeprivately export isl_basic_set_lineality_space
2009-07-13 Sven Verdoolaegeisl_vec: keep track of isl_ctx
2009-05-06 Sven Verdoolaegeisl_map_convex_hull: handle unbounded, but pointed...
2009-05-06 Sven Verdoolaegeisl_map_convex_hull: avoid introducing lineality spaces...
2009-05-06 Sven Verdoolaegeisl_map_convex_hull: remove lineality space if any...
2009-05-05 Sven Verdoolaegeisl_convex_hull.c: update wrap_facet to the fact we...
2009-05-05 Sven Verdoolaegeisl_convex_hull.c: fix typo in comment
2009-03-20 Sven Verdoolaegeisl_map_convex_hull: mark result as not having any...
2009-03-20 Sven Verdoolaegeconvex_hull: coalesce set first
2009-03-20 Sven Verdoolaegeisl_map_simple_hull: compute affine hull before alignin...
2009-03-20 Sven Verdoolaegeisl_map_simple_hull: mark result as not having any...
2009-03-20 Sven Verdoolaegeadd isl_set_bounded_simple_hull
2009-03-20 Sven Verdoolaegeisl_basic_map_extend_dim: move responsibility of cow...
2009-03-20 Sven Verdoolaegeisl_solve_lp: accept affine object function instead...
2009-03-20 Sven Verdoolaegeisl_map_simple_hull: use hash tables and tableaus
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: extract out uset_simple_hull
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: extend: avoid wrapping around alread...
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: introduce proto_hull based on obviou...
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: move initial hull construction into...
2009-03-20 Sven Verdoolaegeisl_convex_hull.c: move computation of bounds into...
2009-03-20 Sven Verdoolaegeisl_map_convex_hull: check for boundedness using recess...
2009-03-20 Sven Verdoolaegeisl_basic_map_convex_hull: use tableau to detect redund...
2009-03-20 Sven Verdoolaegeisl_{basic_,}set_preimage: drop ctx argument
2009-03-08 Sven Verdoolaegerename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid...
2009-03-08 Sven Verdoolaegeisl_map_convex_hull: normalize map first
2009-01-22 Sven Verdoolaegeisl_map_simple_hull: plug memory leak
2008-12-22 Sven Verdoolaegeisl_map_underlying_set: align divs before calling this...
2008-12-19 Sven Verdoolaegeremove isl_ctx argument from functions accepting isl_di...
2008-12-19 Sven Verdoolaegeisl_convex_hull.c: remove dead code
2008-12-14 Sven Verdoolaegeintroduce isl_dim structure for representing shared...
2008-10-14 Sven Verdoolaegeisl_basic_map_gist: unique lower or upper bounds are...
2008-10-14 Sven Verdoolaegeisl_basic_map_convex_hull: unique lower or upper bounds...
2008-10-14 Sven Verdoolaegeadd isl_set_simple_hull
2008-10-13 Sven Verdoolaegeclear rational flags from resulting convex hull
2008-10-13 Sven Verdoolaegeconvex_hull: use elimination based convex hull for...
2008-10-12 Sven Verdoolaegewrap_facet: missing error path
2008-10-12 Sven Verdoolaegeisl_convex_hull: fix construction of initial facet
2008-10-12 Sven Verdoolaegeisl_convex_hull.c: make sure we don't overallocate...
2008-10-12 Sven Verdoolaegeisl_convex_hull: fix memory leak in error path
2008-10-11 Sven Verdoolaegeadd isl_set_remove_dims
2008-10-11 Sven Verdoolaegeadd struct_ctx field to isl_set and isl_map
2008-08-25 Sven Verdoolaegesample: remove lineality and skew into positive orthant
2008-08-25 Sven Verdoolaegeadd convex hull computation