aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_mlp.h
diff options
context:
space:
mode:
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