We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Scip_py accepting feasible solution
Shows a message that warmstart solution was accepted as initial point.
WARNING: ignore partial solution (0) because unknown rate is too large (1 > 0.85) presolving:
Scip ignoring initial solution.
The info below often helps, please fill it out if you're able to. :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
I'm using python version:
I installed PuLP via:
Did you also
The text was updated successfully, but these errors were encountered: