Make cuts component compatible with JuMP

This commit is contained in:
2024-02-01 12:01:55 -06:00
parent 1ea432fb57
commit d69c4bbfa7
16 changed files with 252 additions and 38 deletions

View File

@@ -9,6 +9,7 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
KLU = "ef3ab10e-7fda-4108-b977-705223b18434"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -23,17 +24,17 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
Conda = "1"
DataStructures = "0.18"
HDF5 = "0.16"
HiGHS = "1"
JLD2 = "0.4"
JuMP = "1"
KLU = "0.4"
MathOptInterface = "1"
OrderedCollections = "1"
PyCall = "1"
Requires = "1"
Statistics = "1"
TimerOutputs = "0.5"
julia = "1"
Conda="1"
DataStructures="0.18"
HDF5="0.16"
HiGHS="1"
JLD2="0.4"
JuMP="1"
KLU="0.4"
MathOptInterface="1"
OrderedCollections="1"
PyCall="1"
Requires="1"
Statistics="1"
TimerOutputs="0.5"