Merge branch 'stable' into v99bugfix

This commit is contained in:
Corentin Le Molgat
2025-01-08 10:01:22 +01:00
3 changed files with 7 additions and 4 deletions

View File

@@ -1,12 +1,15 @@
name = "ORTools"
name = "ORToolsGenerated"
uuid = "6b269722-41d3-11ee-be56-0242ac120002"
version = "0.0.1"
[deps]
ORTools_jll = "717719f8-c30c-5086-8f3c-70cd6a1e3a46"
ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
[compat]
ORTools_jll = "9.7.0+2"
ORTools_jll = "9.11.0"
ProtoBuf = "1.0.15"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

View File

@@ -1,5 +1,5 @@
module google
include("google/protobuf/protobuf.jl")
include("protobuf/protobuf.jl")
end # module google

View File

@@ -19,7 +19,7 @@ include("scheduling/scheduling.jl")
include("glop/glop.jl")
include("bop/bop.jl")
include("packing/packing.jl")
include("ortools/pdlp/pdlp.jl")
include("pdlp/pdlp.jl")
include("math_opt/math_opt.jl")
end # module operations_research