Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip IDIC if the generation problem returns infeasible solution #131

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

yuxies
Copy link

@yuxies yuxies commented Dec 1, 2023

When dealing with problems featuring lower-level coefficients with a large number of significant digits, the cut generation problem for IDIC might yield an all-zero "optimal" solution that is infeasible due to numerical issues.

  • In the future, we may consider checking the greatest common divisor of the coefficients in the lower-level objective function and rescaling them before solving the problem?

@yuxies yuxies marked this pull request as ready for review February 8, 2024 20:02
@tkralphs tkralphs merged commit 110b15b into coin-or:stable/1.2 Mar 7, 2024
12 of 14 checks passed
@yuxies yuxies deleted the skipIDIC branch May 21, 2024 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants