Skip to content

Commit

Permalink
remove deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
lvanroye committed Oct 6, 2024
1 parent 950232c commit 039fb58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion fatrop/executables/RunFatrop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int main(int argc, char **argv)
app.set_option("bound_push", 1e-7); // all *_bound_push variables
app.set_option("warm_start_mult_bound_push", 1e-7);
app.set_option("accept_every_trial_step", false);
app.set_option("iterative_refinement", false); // fast_step_computation
app.set_option("linsol_iterative_refinement", false); // fast_step_computation
app.set_option("warm_start_init_point", true);
app.set_option("print_level", 0);
// cout << app -> GetOptions();
Expand Down
2 changes: 0 additions & 2 deletions fatrop/ocp/OCPCInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,6 @@ namespace fatrop
if (n=="max_watchdog_steps") return 1;
if (n=="print_level") return 1;
if (n=="accept_every_trial_step") return 2;
if (n=="iterative_refinement") return 2;
if (n=="iterative_refinement_SOC") return 2;
if (n=="linsol_min_it_ref") return 2;
if (n=="linsol_max_it_ref") return 2;
if (n=="linsol_min_it_acc") return 2;
Expand Down

0 comments on commit 039fb58

Please sign in to comment.