I am trying to use JumP and Ipopt under Julia v0.7.0. When I try to construct a model:
julia> m = Model(solver=IpoptSolver())
I get the following error message:
Feasibility problem with:
* 0 linear constraints
* 0 variables
Solver is Error showing value of type Model:
ERROR: BoundsError: attempt to access 1-element Array{SubString{String},1} at index [2]
I am using the following versions of the packages:
Ipopt v0.4.0
JuMP v0.18.2
Any ideas? Thanks!