I have a code(written by others) that builds a JuMP model, but I can’t see what are the constraints, becouse it has __anon__ variables, like this:
Min __anon__ + __anon__
Subject to
__anon__ - __anon__ == 0.5
__anon__ - __anon__ == 0.5
__anon__ - 1000 __anon__ + 800 __anon__ <= 0
__anon__ - 1000 __anon__ >= -800
…
Is it possible to create a model with named variables from this?
I get ERROR: UndefVarError: all_variables not defined. This applies to the other methods on the Variables · JuMP site like lower_bound(), num_variables() etc.
for some reason it installs 0.18, tried updating,removing and reinstalling, nothing
edit: it seems like ConditionalJuMP won’t allow higher version of JuMP