spdelscen


Purpose
To delete a scenario or a set of scenarios from a scenario tree.
Synopsis
spdelscen(s: integer)
spdelscen(scens: range)
spdelscen(scens: set of integer)
Arguments
a single scenario to be deleted from current scenarios {1..S}, where S is the number of scenarios
scens 
subset of scenarios to be deleted from curent scenarios {1..S}, where S is the number of scenarios
Further information
1. This procedure should be called after generating scenario tree.
2. The scenario tree structure gets updated after calling this procedure, implying the number of scenarios gets reduced, nodes are renumbered, and probabilities are renormalized.
Related topics
spaggregate, spgetscencount, spgetnodecount, spgetprobcond, spgetprobuncond, spgetprobscen, spgetparent, spgetchild, spgetchildrencount, spprinttree


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