Skip to content

Commit

Permalink
Generalized the initializer in GSP
Browse files Browse the repository at this point in the history
  • Loading branch information
mondokm committed Sep 15, 2023
1 parent e836a26 commit c04fa4b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ public MddHandle compute(
AbstractNextStateDescriptor nextStateRelation,
MddVariableHandle highestAffectedVariable
) {
final MddHandle initialStates = relProdProvider.compute(((MddGraph<Boolean>) variableOrder.getMddGraph()).getHandleFor(true,
highestAffectedVariable
), initializer, highestAffectedVariable);
final MddHandle initialStates = relProdProvider.compute(variableOrder.getMddGraph().getHandleForTop(), initializer, highestAffectedVariable);

MddNode result;

Expand Down

0 comments on commit c04fa4b

Please sign in to comment.