File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ uuid = "82193955-e24f-5292-bf16-6f2c5261a85f"
33version = " 0.11.14"
44
55[deps ]
6- Ipopt_jll = " 9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
76Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
87LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
98MathOptInterface = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
@@ -13,7 +12,7 @@ SCIP_jll = "e5ac4fe4-a920-5659-9bf8-f9f73e9e79ce"
1312
1413[compat ]
1514MathOptInterface = " 1"
16- OpenBLAS32_jll = " 0.3.10 "
15+ OpenBLAS32_jll = " 0.3"
1716SCIP_PaPILO_jll = " 800"
1817SCIP_jll = " 800"
1918julia = " 1.6"
Original file line number Diff line number Diff line change @@ -147,9 +147,3 @@ Supported operators in nonlinear expressions are as follows:
147147 * ` abs `
148148 * ` cos `
149149 * ` sin `
150-
151- ## Errors with nonlinear models
152-
153- When solving a nonlinear model, you may encounter ` Error: no BLAS/LAPACK library loaded! ` ,
154- this comes from Ipopt, see the [ README] ( https://github.com/jump-dev/Ipopt.jl/#julia-17 )
155- on Ipopt.jl.
You can’t perform that action at this time.
0 commit comments