On Thu, 14 Jan 2016, L. Felipe CastaƱeda G. <lufeca...@gmail.com> wrote:

CHd {(i,t) in GH: t-1 != 0}: V[i,t] = V[i,t-1] + g[i,t]*r[i,t] - S[i,t] - g[i,t]*k[i,t];

But I need to set an initial value for V[i,t]. I mean, I want to set V[i,1] = 60.

How can I do that?

You mean
fred { (i,t) in GH: t=1 } : V[i,1] = 60
?

--
Michael   henne...@web.cs.ndsu.nodak.edu
"Sorry but your password must contain an uppercase letter, a number,
a haiku, a gang sign, a heiroglyph, and the blood of a virgin."
                                                             --  someeecards
_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to