From 56e253fac05e186e111df18805c8007b6ae88c5e Mon Sep 17 00:00:00 2001 From: Tim Quatmann Date: Wed, 23 Sep 2020 11:18:18 +0200 Subject: [PATCH] graph: Extended the documentation a tiny bit --- src/storm/utility/graph.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storm/utility/graph.h b/src/storm/utility/graph.h index d6f12cc94..fdb9a2538 100644 --- a/src/storm/utility/graph.h +++ b/src/storm/utility/graph.h @@ -406,6 +406,7 @@ namespace storm { * @param psiStates The set of all states satisfying psi. * @param useStepBound A flag that indicates whether or not to use the given number of maximal steps for the search. * @param maximalSteps The maximal number of steps to reach the psi states. + * @param choiceConstraint If set, we assume that only the specified choices exist in the model * @return A bit vector that represents all states with probability 0. */ template