I am struggling to understand the addinit command. why does the code
Code: Select all
m.scenario "scenario 1"
m.addassign(i) @all
m.addinit(s=b, v=n) @allCode: Select all
delete *_a 'why does this work?
m.scenario "scenario 1"
m.addassign(i) @all
m.addinit(s=b, v=n) @allCode: Select all
m.scenario "scenario 1"
m.addinit(s=b, v=n) @allThomas
