Implementation of Determinism and Buffer Boundedness Checking via Linear Programming
This is an implementation of the algorithm described in To obtain the code, use darcs and type
darcs get http://research.cs.berkeley.edu/project/cccd-impl/
You will need ghc 6.6 and lp_solve in order to use this software. Once you have installed the prerequisites, just type
make
to run the examples in Examples.lhs.
The source code for the implementation can be found
|