Code repositories: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
(Created page with "This is a stub, to be expanded to a family of pages (probably) explaining the deciders' capabilities and other info about them. * [https://github.com/bbchallenge/bbchallenge-deciders The official bbchallenge deciders repo] * [https://github.com/ccz181078/Coq-BB5 Coq-BB5 by @mxdys] * [https://github.com/meithecatte/busycoq A hybrid Coq/Rust/OCaml repo implementing very fast deciders plus verified proofs, by @mei]...")
 
No edit summary
Line 12: Line 12:
* [https://gist.github.com/savask/888aa5e058559c972413790c29d7ad72 Bouncers decider, by @savask]
* [https://gist.github.com/savask/888aa5e058559c972413790c29d7ad72 Bouncers decider, by @savask]
* [https://gist.github.com/savask/c7546bb6384984b2fb3cb90fc7925697  Reproduction of mxdys' repeated blocks decider, by @savask]
* [https://gist.github.com/savask/c7546bb6384984b2fb3cb90fc7925697  Reproduction of mxdys' repeated blocks decider, by @savask]
* [https://github.com/savask/turing Collection of deciders by @savask]
* [https://github.com/colette-b/bbchallenge The first SAT-based CTL/FAR decider, by @djmati1111]
* [https://github.com/colette-b/bbchallenge The first SAT-based CTL/FAR decider, by @djmati1111]
* [https://github.com/FransFaase/SymbolicTM An early CTL verifier (regex-based) by Frans Faase]
* [https://github.com/FransFaase/SymbolicTM An early CTL verifier (regex-based) by Frans Faase]

Revision as of 19:57, 4 June 2024

This is a stub, to be expanded to a family of pages (probably) explaining the deciders' capabilities and other info about them.