We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e223f commit 8e3a874Copy full SHA for 8e3a874
docs/Project.toml
@@ -1,2 +1,3 @@
1
[deps]
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
+Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
docs/make.jl
@@ -1,4 +1,5 @@
using Documenter, OperationsResearchModels
+using Ipopt
4
makedocs(
5
format = Documenter.HTML(
0 commit comments