spgetprobcond


Purpose
To obtain the conditional probability of visiting a node from its parent node.
Synopsis
spgetprobcond(t:integer, n: integer): real
Arguments
stage number belonging to {1..T}, where T is the number of stages
node number belonging to {1..Nt}, where Nt is number of nodes in stage t
Return value
p(t,n) 
conditional probability of visiting nth node in the tth stage from its parent's node
Further information
This function should be called after generating scenario tree.
Related topics
spgetscencount, spgetnodecount, spgetprobuncond, spgetprobscen, spgetparent, spgetchildrencount, spgetchild, spprinttree


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