Closed Position Set: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
m (bold name)
m (coq -> rocq)
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:


* [https://github.com/Nathan-Fenner/bb-simple-n-gram-cps bb-simple-n-gram-cps] in Rust by Nathan Fenner
* [https://github.com/Nathan-Fenner/bb-simple-n-gram-cps bb-simple-n-gram-cps] in Rust by Nathan Fenner
* [https://github.com/ccz181078/Coq-BB5/blob/main/CoqBB5/Deciders/Decider_NGramCPS.v Decider_NGramCPS.v] in Coq by mxdys
* [https://github.com/ccz181078/Coq-BB5/blob/main/CoqBB5/BB5/Deciders/Decider_NGramCPS.v Decider_NGramCPS.v] in Rocq by mxdys


[[Category:Deciders]]
[[Category:Deciders]]

Latest revision as of 09:03, 25 August 2025

Closed Position Set (CPS) is a Closed Set decider invented by Skelet and introduced to the bbchallenge.org community by savask. Since that introduction, there are many variations of the decider that have been used, notably "ngram CPS" which was used in the Coq-BB5 proof.

Information

Implementations

Traditional CPS:

n-gram CPS: