FisSal2011: Implement faster get/set basis for Gurobi

This commit is contained in:
2025-08-08 22:44:43 -05:00
parent 9713873a34
commit e2e69415c1
3 changed files with 157 additions and 37 deletions

View File

@@ -6,6 +6,7 @@ version = "0.4.2"
[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Gurobi = "2e9cd046-0924-5485-92f1-d5272153d98b"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
@@ -28,6 +29,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
Conda = "1"
DataStructures = "0.18"
Gurobi = "1.7.5"
HDF5 = "0.16"
HiGHS = "1"
JLD2 = "0.4"
@@ -36,10 +38,10 @@ JuMP = "1"
KLU = "0.4"
MathOptInterface = "1"
OrderedCollections = "1"
PrecompileTools = "1"
PyCall = "1"
Requires = "1"
SCIP = "0.12"
Statistics = "1"
TimerOutputs = "0.5"
julia = "1"
PrecompileTools = "1"
SCIP = "0.12"