From 8da9b26344eced5d7cfec389be99da4a3708294c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 28 Jan 2014 15:16:16 +0000 Subject: [PATCH] renaming options + adding glpk verbose option --- src/ats/ats.conf.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in index 57e82cefc..229fc52b8 100644 --- a/src/ats/ats.conf.in +++ b/src/ats/ats.conf.in @@ -49,11 +49,13 @@ BLUETOOTH_QUOTA_OUT = 128 KiB # MLP Log settings # Dump all problems to disk -# DUMP_PROBLEM_ALL = YES +# MLP_DUMP_PROBLEM_ALL = YES # Dump all solution to disk -# DUMP_SOLUTION_ALL = YES +# MLP_DUMP_SOLUTION_ALL = YES +# Print GLPK output +# MLP_GLPK_VERBOSE = YES # Dump all problems to disk -DUMP_PROBLEM_ON_FAIL = YES +MLP_DUMP_PROBLEM_ON_FAIL = YES # Dump all solution to disk -DUMP_SOLUTION_ON_FAIL = YES \ No newline at end of file +MLP_DUMP_SOLUTION_ON_FAIL = YES \ No newline at end of file -- 2.25.1