File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11name = " MiniZinc"
22uuid = " a7f392d2-6c35-496e-b8cc-0974fbfcbf91"
33authors = [
" odow <[email protected] >" ]
4- version = " 0.3.3 "
4+ version = " 0.3.4 "
55
66[deps ]
77Chuffed_jll = " 77125aae-c893-5498-99e3-e30470bfa328"
@@ -11,7 +11,7 @@ MiniZinc_jll = "3677d96b-3d39-5184-a844-8e8b2839af35"
1111[compat ]
1212Chuffed_jll = " =0.10.4"
1313MathOptInterface = " 1.19"
14- MiniZinc_jll = " =2.7.4 "
14+ MiniZinc_jll = " =2.7.6 "
1515julia = " 1.6"
1616
1717[extras ]
Original file line number Diff line number Diff line change @@ -57,8 +57,7 @@ z₁ + z₂ = 1
5757``` julia
5858julia> import MiniZinc
5959
60- julia> const MOI = MiniZinc. MOI
61- MathOptInterface
60+ julia> import MathOptInterface as MOI
6261
6362julia> function main ()
6463 model = MOI. Utilities. CachingOptimizer (
You can’t perform that action at this time.
0 commit comments