cryptol/sbv/Data
Aaron Tomb 92e7f1b783 Add prover "any" yielding first available result
When the prover is set to "any", Cryptol now checks for all available,
supported provers, submits the problem to all of them in parallel, and
uses the result from whichever finishes first.
2014-09-25 10:46:04 -07:00
..
SBV Add prover "any" yielding first available result 2014-09-25 10:46:04 -07:00
README Initial import from internal repo 2014-04-17 15:34:25 -07:00
SBV.hs Merge changes from latest version of SBV 2014-09-15 17:19:06 -07:00

NOTE: The files in this directory are a slightly modified copy of
Levent Erkok's SBV library (http://github.com/LeventErkok/sbv). Their
inclusion here is temporary; they will be removed once the required
changes have been identified and incorporated into the distributed
version.