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

Warmstart issue #782

Open
5 of 15 tasks
SmokeShine opened this issue Oct 18, 2024 · 0 comments
Open
5 of 15 tasks

Warmstart issue #782

SmokeShine opened this issue Oct 18, 2024 · 0 comments

Comments

@SmokeShine
Copy link

Details for the issue

What did you do?

solver = getSolver("SCIP_PY", timeLimit=timelimit, msg=True, warmStart=True)

Found a stackoverflow thread while searching for the error
https://or.stackexchange.com/questions/6240/or-tools-partial-solution-ignored-due-to-unknown-rate-is-too-large

What did you expect to see?

Scip_py accepting feasible solution

Shows a message that warmstart solution was accepted as initial point.

What did you see instead?

WARNING: ignore partial solution (0) because unknown rate is too large (1 > 0.85)
presolving:

Scip ignoring initial solution.

Useful extra information

The info below often helps, please fill it out if you're able to. :)

What operating system are you using?

  • Windows: ( version: ___ )
  • Linux: ( distro: ___ )
  • Mac OS: ( version: ___ )
  • Other: ___

I'm using python version:

  • 3.7
  • 3.8
  • 3.9
  • 3.10
  • 3.11
  • Other: ___

I installed PuLP via:

Did you also

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

No branches or pull requests

1 participant