public
Fork of hst/hst
Description: An open-source refinement checker for the CSP process algebra
Homepage: http://hst.github.com/
Clone URL: git://github.com/dcreager/hst.git
dcreager (author)
Sat Aug 30 13:47:18 -0700 2008
commit  37739ef6e867fa53cb039c707bf15d4e1affd1ba
tree    bd66e4392f5dfff3c5111189e23ac2cde766155b
parent  2a3f31e387e7b41c1856ff79a47ad5bfebdea5cc
hst /
README
HST
===

HST is a library and set of command-line programs for processing CSP
scripts.  The goal for the 1.0 release is to support refinement
checking in the traces (T), stable failures (F), and
failures-divergences (N) semantic models, all of which are described
in [1].

[1] A. W. Roscoe.  /The theory and practice of concurrency/.  Prentice
    Hall, 1998.  ISBN 0-13-6774409-5.
    http://web.comlab.ox.ac.uk/oucl/publications/books/concurrency/

For installation instructions, please see the INSTALL file.  There is
currently a single command-line program, called “csp0”, which allows
you to perform refinement checks on scripts written in the CSP₀
language.  The program is self-documented; run “csp0 help” for usage
details.  The CSP₀ language is described in the csp0.html file, which
should be installed as part of the standard installation process.