-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
In both the 0-1 knapsack exercise
| # @variable(model_milp, x[1:3] ... |
| x = haskey(model_milp, :x) ? JuMP.value.(model_milp[:x]) : missing, |
and the Rosenbrock valley exercise
| @variable(model_nlp, x) |
| x = safeval(model_nlp, :x), |
there is a variable named
x. This triggers a multiple definition error in Pluto.jl.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels