JuliaGraphics / Immerse.jl

Dive deeper into your data with interactive graphics
Other
89 stars 13 forks source link

LoadError: UndefVarError: mac not defined #72

Closed manojcent closed 7 years ago

manojcent commented 7 years ago

getting this error on window machine while running CPLEX

for t=1:PlanningPeriod
      for p=1:NumberofProducttypes
        for i=1:depot-nDepots
          @addConstraints(m,sum{z_ijtpv[j,i,t,p,v],v=1:NumerOfVehicle,j=1:i-1}+sum{z_ijtpv[j,i,t,p,v],v=1:NumerOfVehicle,j=i+1:depot-nDepots}
          -sum{z_ijtpv[i,j,t,p,v],v=1:NumerOfVehicle,j=1:i-1}-sum{z_ijtpv[i,j,t,p,v],v=1:NumerOfVehicle,jj=i+1:depot-nDepots}==r_itp[j,t,p]);
        end
      end
    end
timholy commented 7 years ago

Not sure what this has to do with Immerse? Did you mean to report this to JuMP?

manojcent commented 7 years ago

Thanks Tim Reported to JuMP and resolved now.

Thanks and Regards, Manoj Kumar

On Sat, Jun 10, 2017 at 5:58 PM, Tim Holy notifications@github.com wrote:

Not sure what this has to do with Immerse? Did you mean to report this to JuMP?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JuliaGraphics/Immerse.jl/issues/72#issuecomment-307562283, or mute the thread https://github.com/notifications/unsubscribe-auth/AMgnk0vwabiT6CQ0PYc0Ifs3kpa2ko-Zks5sCowCgaJpZM4N1t9z .