Hi, I am new to Julia and I am having problems in running simple examples of Jump.
I have given links to two examples below:
- Manual · MathOptInterface
- https://nbviewer.jupyter.org/github/JuliaOpt/juliaopt-notebooks/blob/master/notebooks/Shuvomoy%20-%20Benders%20decomposition.ipynb
After a bit of googling, I found out that I have to replace “optimizer = GLPK.GLPKOptimizerMIP()” with “optimizer = GLPK.Optimizer()” in the first example. However, despite this I get the following error message: “UndefVarError: addvariables! not defined
Stacktrace:
[1] getproperty(::Module, ::Symbol) at .\Base.jl:13
[2] top-level scope at In[13]:15”
Are there any examples from Jump which run with the latest version of Julia and Jump, particularly linear programming examples? I have not been able to run a single example