From 03c42ddd421ae453509b128759dcc32a9c823214 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 9 Oct 2009 10:40:23 +0200 Subject: [PATCH] isl_basic_set_reduced_basis: fix up documentation --- basis_reduction_templ.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/basis_reduction_templ.c b/basis_reduction_templ.c index ecb191f..462a527 100644 --- a/basis_reduction_templ.c +++ b/basis_reduction_templ.c @@ -14,12 +14,9 @@ static void save_alpha(GBR_LP *lp, int first, int n, GBR_type *alpha) * for Integer Programming" of Cook el al. to compute a reduced basis. * We use \epsilon = 1/4. * - * If options->gbr_only_first is set, the user is only interested + * If ctx->gbr_only_first is set, the user is only interested * in the first direction. In this case we stop the basis reduction when - * - the width in the first direction becomes smaller than 2 - * or - * - we have moved forward all the way to the last direction - * and then back again all the way to the first direction. + * the width in the first direction becomes smaller than 2. */ struct isl_mat *isl_basic_set_reduced_basis(struct isl_basic_set *bset) { -- 2.7.4