summaryrefslogtreecommitdiff
path: root/src/GF/Speech/Graph.hs
AgeCommit message (Expand)Author
2006-12-15Towards smaller SRGs when lots of variants are used.bringert
2006-01-05Generate monolithic FAs by expanding an MFA.bringert
2006-01-05Remove unused sub-networks when generating multiple FAs.bringert
2006-01-05Remove more unneccessary nodes in SLF networks.bringert
2006-01-05Refactored Graph module. Remove some unneccessary states in slf networks.bringert
2005-12-29Fintie state networks: fixed stack overflow problem with strictness in Graph ...bringert
2005-12-29Finite state network generation: reimplemented getOutgoing using Data.Map to ...bringert
2005-12-22Some performance improvements in the FA generation.bringert
2005-11-10Prepared for generation of finite automata in C.bringert
2005-10-26Moved Graph and Relation stuff to separate modules. Added some QuickCheck pro...bringert