Added a TODO
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Sat, 19 Sep 2020 22:01:04 +0000 (00:01 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Sat, 19 Sep 2020 22:01:04 +0000 (00:01 +0200)
plugins/net.mograsim.logic.model/src/net/mograsim/logic/model/modeladapter/LogicCoreAdapter.java

index 8b33dd0..98ac48b 100644 (file)
@@ -114,6 +114,7 @@ public class LogicCoreAdapter
                        modelWire.setCoreModelBinding(modelWireSharedReadEnd.get(logicWiresPerPin.get(modelWire.getPin1())));
        }
 
+       // TODO replace with a proper Union-Find datastructure
        private static Map<Pin, Set<Pin>> getConnectedPinGroups(Set<Pin> allPins, Collection<ModelWire> wires)
        {
                Map<Pin, Set<Pin>> connectedPinsPerPin = new HashMap<>();