gamma-opt/DecisionProgramming.jl

Add a check to make sure there is a probability matrix for all chance nodes

solliolli opened this issue · 0 comments

The DefaultPathProbability constructor does not check that the number of chance nodes and the number of probability matrices are the same. If a probability matrix is not added for all chance nodes, this produces strange behavior, but no error.