spsetstages


Purpose
Used for setting the stages of a stochastic program.
Synopsis
spsetstages(Stages: range)
spsetstages(Stages: set of integer)
spsetstages(Stages: set of string)
Example

declarations
	T=2
	Stages=1..T
end-declarations
spsetstages(Stages)
Further information
1. This should be the first procedure to be called.
2. Once the stages are set, they cannot be changed.
Related topics
spsetstage


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.