Skip to content

Commit

Permalink
both default false
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevengre committed Oct 7, 2024
1 parent 8d4ab23 commit f1b916e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyk/src/pyk/kcfg/exploration.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ def to_dict(self) -> dict[str, Any]:
#

# Minimizing the KCFG
def minimize_kcfg(self, merge: bool = True) -> None:
def minimize_kcfg(self, merge: bool = False) -> None:
KCFGMinimizer(self.kcfg).minimize(merge=merge)

0 comments on commit f1b916e

Please sign in to comment.