Skip to content

Event Deduplication

Compare
Choose a tag to compare
@maxitg maxitg released this 28 Sep 19:26
· 154 commits to master since this release
6f11676

This release introduces event deduplication. If two events have the same set of inputs and the outputs identical up to the renaming of new atoms, they can now be deduplicated using "EventDeduplication" -> "SameInputSetIsomorphicOutputs".

In[] := WolframModel[{{1, 2}, {1, 3}} -> {{1, 2}, {1, 4}, {2, 4}, {3, 
     4}}, {{1, 1}, {1, 1}}, 3, 
  "EventSelectionFunction" -> "MultiwaySpacelike", 
  "EventDeduplication" -> 
   "SameInputSetIsomorphicOutputs"]["ExpressionsEventsGraph", 
 GraphLayout -> "SpringElectricalEmbedding"]

image

Also, the weed where the output graph's size would reset after each re-evaluation is now fixed.