Skip to content

Improve warm starting after model changes #2230

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

Open
jajhall opened this issue Mar 13, 2025 · 0 comments
Open

Improve warm starting after model changes #2230

jajhall opened this issue Mar 13, 2025 · 0 comments
Assignees
Labels
code-quality enhancement New feature or request

Comments

@jajhall
Copy link
Member

jajhall commented Mar 13, 2025

The simple rule of "hot start the unreduced LP if there is a basis" can be far from optimal

  • If the basis is no longer square
  • If steepest edge weights have to be computed
  • If presolve reduces the LP greatly
  • If "many" modifications have been made

Also, if a taboo basis change triggers model status kUnknown, then report what that basis change it was. Make sure that the cycling detection is cleared when re-starting, switching simplex algorithms, and removing perturbations - to avoid false positives. Tie this to #1979

Also, what triggers re-scaling?

@jajhall jajhall added code-quality enhancement New feature or request labels Mar 13, 2025
@jajhall jajhall self-assigned this Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-quality enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant