Adam Sampson
2c4ccfbf39
Update all the copyright notices.
...
I've checked these all against the Darcs history using a script
(check-copyright, in my misccode collection). Anything Neil or I did as
part of our PhDs is copyright University of Kent; more recent work
belongs to us, as appropriate.
2011-07-21 11:38:13 +00:00
Neil Brown
c0e2e9c401
Improved the commenting on the flow algorithm stuff and fixed a bug in the implicit mobility
2009-08-19 17:00:12 +00:00
Neil Brown
c92af101ef
Added a function for joining together two GraphFuncs for flow analysis
2009-05-27 13:42:46 +00:00
Neil Brown
b48129d4e5
Fixed some uses of Map.lookup that used the old system of it working with any monad (in GHC 6.10, it's always Maybe)
2008-11-28 11:38:06 +00:00
Neil Brown
be6c57ce5b
Corrected some of my documentation of flowAlgorithm that has repeatedly confused me ever since I wrote it
2008-11-20 15:39:06 +00:00
Neil Brown
73d1bdc711
Fixed the flow algorithms to discard nodes that should not feature (e.g. nodes with no onward path in backward data flow)
2008-09-11 21:46:03 +00:00
Neil Brown
cf35eb97d3
Corrected a couple of uses of flowAlgorithm to use the connected nodes, not all the remaining nodes in the graph
2008-06-05 20:35:43 +00:00
Neil Brown
17255bb2b1
Changed the uses of flowAlgorithm to make better use of userErrLabel to give better error messages
2008-06-05 20:22:47 +00:00
Neil Brown
f444d81f89
Changed flowAlgorithm to give a better error message when something internal goes wrong
2008-05-30 17:14:42 +00:00
Neil Brown
05c16b77d3
Added comments to the flowAlgorithm function and tweaked the names to make it clear it can do forward or backward analysis
2008-05-23 15:38:03 +00:00
Neil Brown
5807c59edf
Moved the three Flow modules out to a new flow directory
2008-02-26 15:07:07 +00:00