Skip to content

Commit

Permalink
not so restrictive rc_fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed Mar 3, 2025
1 parent 4851317 commit a96a3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpisppy/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,9 @@ def reduced_costs_args(self):

self.add_to_config('rc_fixer_require_improving_lagrangian',
description="Only consider fixing / unfixing variables after the lagrangian "
"bound computed by the reduced cost spoke has improved. (default True)",
"bound computed by the reduced cost spoke has improved. (default False)",
domain=bool,
default=True)
default=False)

self.add_to_config('rc_zero_tol',
description="vars with rc below tol will never be fixed",
Expand Down

0 comments on commit a96a3f6

Please sign in to comment.