On Wednesday, May 25, 2016 at 6:14:39 PM UTC-4, [email protected] wrote: > > Every time I find this kind of warning and the program is not solved > optimally. how can I solve this ?? Thanks for your help. > > Exactly as the warning message says, your function in In[1] is apparently calling getValue, which was a function in an old version of JuMP, but recent version of JuMP have renamed this to getvalue. Just fix the spelling and the deprecation warning will go away.
- [julia-users] Warning getValue is deprecated , use getva... tannirind
- [julia-users] Re: Warning getValue is deprecated , ... Steven G. Johnson
