Checks
authorMiguel Vilaca <jmvilaca@di.uminho.pt>
local dateFri, 27 Jul 2007 11:53:34
dateFri, 27 Jul 2007 10:53:34
hash20070727105334-970b1-1a89c7497b8e5f68b7e68a14c9b8e0d1a9e1246b
Checks

Machinery to add checks over nets, plus a simple operation that checks if every port is connected exactly once.
10 file(s) changed:
Makefile +20 -0
src/Common.hs +13 -0
src/Constants.hs +5 -0
src/GUIEvents.hs +1 -0
src/INChecks.hs [added]
src/INChecksUI.hs [added]
src/INReduction.hs +3 -3
src/INReductionStrategies.hs +7 -5
src/Network.hs +9 -0
src/NetworkUI.hs +27 -12