aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_mlp.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-12 19:05:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-12 19:05:54 +0000
commit116e346f3d01eaede6f48ef8aa0c9e03c71b0c19 (patch)
treeef1fd855908e15c93d428a0501c5705ca0f4925e /src/ats/plugin_ats_mlp.h
parent9c56050d0805cde393515f63d9b2d8918f8d4c76 (diff)
downloadgnunet-116e346f3d01eaede6f48ef8aa0c9e03c71b0c19.tar.gz
gnunet-116e346f3d01eaede6f48ef8aa0c9e03c71b0c19.zip
dbg option to autoscale problem
Diffstat (limited to 'src/ats/plugin_ats_mlp.h')
-rw-r--r--src/ats/plugin_ats_mlp.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_mlp.h b/src/ats/plugin_ats_mlp.h
index 12e72d53c..8b15eb76c 100644
--- a/src/ats/plugin_ats_mlp.h
+++ b/src/ats/plugin_ats_mlp.h
@@ -337,9 +337,19 @@ struct GAS_MLP_Handle
337 int opt_dump_solution_on_fail; 337 int opt_dump_solution_on_fail;
338 338
339 /** 339 /**
340 * solve feasibility only
341 */
342 int opt_dbg_feasibility_only;
343
344 /**
345 * solve feasibility only
346 */
347 int opt_dbg_autoscale_problem;
348
349 /**
340 * Print GLPK output 350 * Print GLPK output
341 */ 351 */
342 int opt_glpk_verbose; 352 int opt_dbg_glpk_verbose;
343 353
344}; 354};
345 355