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

Warm Starts for HiGHS_CMD #713

Merged
merged 9 commits into from
Jan 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add highs_cmd into warmstart test solvers
  • Loading branch information
aphi committed Dec 29, 2023
commit 9d010ee0fa86ed9efddb1bd0af750c74953b5a8e
1 change: 1 addition & 0 deletions pulp/tests/test_pulp.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ def test_pulp_022(self):
"CPLEX_CMD",
"CPLEX_PY",
"COPT",
"HiGHS_CMD",
]:
self.solver.optionsDict["warmStart"] = True
print("\t Testing Initial value in MIP solution")
Expand Down