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

Phase 2 primal simplex being forced inadvisedly #1989

Merged
merged 4 commits into from
Oct 27, 2024
Merged

Phase 2 primal simplex being forced inadvisedly #1989

merged 4 commits into from
Oct 27, 2024

Conversation

jajhall
Copy link
Member

@jajhall jajhall commented Oct 22, 2024

As exposed by #1865, after the objective bound is reached for the scaled LP, primal simplex phase 2 for the unscaled LP was being forced when there will be large primal infeasibilities. Whilst not strictly incorrect, it can be a very bad idea,

It should be that primal simplex phase 2 for the unscaled LP is forced after the objective _target_ is reached, since the primal infeasibilities should be small.

After the objective bound is reached for the scaled LP, dual simplex phase 2 for the unscaled LP should be forced, since the dual infeasibilities should be small.

@jajhall
Copy link
Member Author

jajhall commented Oct 22, 2024

Closes #1865

@jajhall jajhall merged commit a755161 into latest Oct 27, 2024
250 checks passed
@jajhall jajhall deleted the fix-1865 branch October 27, 2024 18:28
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.

1 participant