Commit 3253664 1 parent 962bfe2 commit 3253664 Copy full SHA for 3253664
File tree 4 files changed +2
-7
lines changed
4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
8
MathOptInterface = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
9
9
MutableArithmetics = " d8a4904e-b15c-11e9-3269-09a3773c0cb0"
10
10
OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
11
- Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
12
11
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
13
12
SnoopPrecompile = " 66db9d55-30c0-4569-8b51-7e840670fc0c"
14
13
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Ipopt = "=1.1.0"
33
33
JSON = " 0.21"
34
34
JSONSchema = " 1"
35
35
Literate = " 2.8"
36
- MathOptInterface = " =1.11.5 "
36
+ MathOptInterface = " =1.12.0 "
37
37
Plots = " 1"
38
38
SCS = " =1.1.3"
39
39
SQLite = " 1"
Original file line number Diff line number Diff line change 1
1
import Pkg
2
2
Pkg. pkg " add Documenter#71e9f40"
3
- Pkg. pkg " add MathOptInterface#master"
4
3
import Documenter
5
4
import Literate
6
5
import Test
@@ -285,7 +284,7 @@ function _add_moi_pages()
285
284
!!! warning
286
285
This documentation in this section is a copy of the official
287
286
MathOptInterface documentation available at
288
- [https://jump.dev/MathOptInterface.jl/v1.11.5 ](https://jump.dev/MathOptInterface.jl/v1.11.5 ).
287
+ [https://jump.dev/MathOptInterface.jl/v1.12.0 ](https://jump.dev/MathOptInterface.jl/v1.20.0 ).
289
288
It is included here to make it easier to link concepts between JuMP and
290
289
MathOptInterface.
291
290
"""
Original file line number Diff line number Diff line change 8
8
# See https://github.com/jump-dev/JuMP.jl
9
9
# ############################################################################
10
10
11
- import Pkg
12
- Pkg. pkg " add MathOptInterface#master"
13
-
14
11
import JuMP
15
12
import Test
16
13
You can’t perform that action at this time.
0 commit comments