Hi all,
I am looking at Hasse Diagrams on the power set of {1, 2, ..., n} (trying to augment this code: http://demonstrations.wolfram.com/HasseDiagramOfPowerSets/ ). I have a subset of the power set, C, and I want to track which elements in the Hasse diagram are connected to each element of C.
Ideally, I would like to edit the EdgeColor section of the code to EdgeStyle with a simple pattern, essentially saying "If any node X is connected to any node Y in C, make the line between X and Y be dashed (or another color, etc)." I've experimented using MemberQ PatternTests, but so far nothing has come to fruition. This is one of my first times using Mathematica; any help is greatly appreciated!
Thanks