IainNZ / JuMPeR.jl

Julia for Mathematical Programming - extension for Robust Optimization
http://iainnz.github.io/JuMPeR.jl
Other
51 stars 21 forks source link

Warning issued on opening? #46

Closed vgupta1 closed 9 years ago

vgupta1 commented 10 years ago

So... may be my installation, but in my new installation (Julia 0.3, brand new packages), i get a warning when i call using JuMPeR

Warning: could not import JuMP.@buildExpr into JuMPeR

Thoughts? Is it replicable?

IainNZ commented 10 years ago

Oh yeah its from JuMP master, we've added a new macro @buildExpr, and its actually been renamed to... something that escapes me right now. Not a problem though, won't break anything (unless you tried to use it)

IainNZ commented 9 years ago

Fixed