Skip to content

Commit

Permalink
remove simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Azumabashi committed Oct 28, 2023
1 parent d15437f commit bcafb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beliefRevisionGames/revisionOperatorsUtils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ proc delta*[T](
choicedFormula = dfInterpretationPairs.filterIt(
it[0] == dfInterpretationPairs[0][0]
).mapIt(it[1].interpretationToFormula())
choicedFormula.foldl(a | b).simplification()
choicedFormula.foldl(a | b)

0 comments on commit bcafb00

Please sign in to comment.