You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using MathProg
m =Model("max")
@setObjective(m, z)
Then:
$ julia dummy.jl
ERROR: z not defined
in include_from_node1 at loading.jl:92
in process_options at client.jl:250
in _start at client.jl:329
at /home/mlubin/.julia/MathProg/test/dummy.jl:139