Skip to content

Commit

Permalink
[MOI] Add support to MOI 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac committed Nov 10, 2021
1 parent 10be68c commit 74d4c00
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 124 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"

[compat]
MathOptInterface = "~0.9"
NLPModels = "~0.17.2"
SolverCore = "~0.1,~0.2"
julia = "1.3"
AmplNLReader = "~0.11"
AmplNLReader = "~0.9,~0.10"
MINLPTests = "~0.5"
MadNLPTests = "~0.3"
MathOptInterface = "~0.10"
NLPModels = "~0.14,~0.15,~0.16,~0.17"
SolverCore = "~0.1,~0.2"
julia = "1.3"

[extras]
AmplNLReader = "77dd3d4c-cb1d-5e09-9340-85030ff7ba66"
MINLPTests = "ee0a3090-8ee9-5cdb-b8cb-8eeba3165522"
MadNLPTests = "b52a2a03-04ab-4a5f-9698-6a2deff93217"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
MINLPTests = "ee0a3090-8ee9-5cdb-b8cb-8eeba3165522"

[targets]
test = ["Test","MadNLPTests","AmplNLReader","MINLPTests", "Random"]
Loading

0 comments on commit 74d4c00

Please sign in to comment.