Skip to content

Commit

Permalink
Merge branch 'infinite-activity-bounds' into 'v90-bugfix'
Browse files Browse the repository at this point in the history
Correct infinite linear activity bounds

See merge request integer/scip!3350
  • Loading branch information
DominikKamp committed Mar 25, 2024
2 parents 3749f70 + 64a75c5 commit da144e7
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 160 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ Fixed bugs
- use quad precision to calculate residual activity bounds to reduce numerical errors for large variable bounds in cons_linear.c
- in SCIPsolveProbingLP() when objective has been changed do not return cutoff due to exceeding the cutoff bound
- set probing LP to be a relaxation only when objective has not been changed
- declare contradicting infinities in getMinActivity() and getMaxActivity() as non-tight

Miscellaneous
-------------

- redefine isrelax to istight in cons_linear.c

Build system
------------

Expand Down
Loading

0 comments on commit da144e7

Please sign in to comment.