From 3f4ffdb602ea19af303c058cdb93e5985a79ec44 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 3 Jan 2007 22:36:37 +0100 Subject: [PATCH] lexmin: disable use of lookup-tables --- lexmin.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lexmin.cc b/lexmin.cc index 02b7f66..c31a7c3 100644 --- a/lexmin.cc +++ b/lexmin.cc @@ -2805,6 +2805,7 @@ int main(int argc, char **argv) struct barvinok_options *options; options = barvinok_options_new_with_defaults(); + options->lookup_table = 0; while ((c = getopt_long(argc, argv, "TAm:M:r:V", lexmin_options, &ind)) != -1) { switch (c) { -- 2.11.4.GIT