Finite Automata Reduction: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
(→‎See also: Added MITMWFAR to see also)
(→‎History: Mentioned application on BB(5) holdouts)
Line 4: Line 4:
* In October 2022, Finite Automata Reduction is first introduced by Justin Blanchard,<ref>https://github.com/UncombedCoconut/bbchallenge-deciders/tree/finite-automata-reduction/decider-finite-automata-reduction</ref> later in October, Konrad Deka developes an SAT-based FAR implementation.<ref>https://github.com/colette-b/bbchallenge</ref>
* In October 2022, Finite Automata Reduction is first introduced by Justin Blanchard,<ref>https://github.com/UncombedCoconut/bbchallenge-deciders/tree/finite-automata-reduction/decider-finite-automata-reduction</ref> later in October, Konrad Deka developes an SAT-based FAR implementation.<ref>https://github.com/colette-b/bbchallenge</ref>
* In January 2023, Finite Automata Reduction is reproduced by Tony Guilfoyle.<ref>https://github.com/TonyGuil/bbchallenge/tree/main/FAR</ref>
* In January 2023, Finite Automata Reduction is reproduced by Tony Guilfoyle.<ref>https://github.com/TonyGuil/bbchallenge/tree/main/FAR</ref>
* In April 2023, the decider is added to the deciders write-up, becoming section 6. Later in April, it is also reproduced by Tristan Stérin.<ref>https://github.com/bbchallenge/bbchallenge-deciders/tree/main/decider-finite-automata-reduction-reproduction</ref>
* In April 2023, the decider is added to the deciders write-up, becoming section 6. Later in April, it is also reproduced by Tristan Stérin.<ref>https://github.com/bbchallenge/bbchallenge-deciders/tree/main/decider-finite-automata-reduction-reproduction</ref> On the 9th of April, Finite Automata Reduction is applied on the remaining [[BB(5)]] holdouts.<ref>https://discuss.bbchallenge.org/t/decider-finite-automata-reduction/123</ref>
 
==See also==
==See also==
* [https://github.com/bbchallenge/bbchallenge-proofs/blob/build-latex-pdf/deciders/correctness-deciders.pdf Section 6] of bbchallenge's deciders write-up.
* [https://github.com/bbchallenge/bbchallenge-proofs/blob/build-latex-pdf/deciders/correctness-deciders.pdf Section 6] of bbchallenge's deciders write-up.

Revision as of 13:02, 30 August 2025

Finite Automata Reduction (short FAR) is a decider.

History

  • In October 2022, Finite Automata Reduction is first introduced by Justin Blanchard,[1] later in October, Konrad Deka developes an SAT-based FAR implementation.[2]
  • In January 2023, Finite Automata Reduction is reproduced by Tony Guilfoyle.[3]
  • In April 2023, the decider is added to the deciders write-up, becoming section 6. Later in April, it is also reproduced by Tristan Stérin.[4] On the 9th of April, Finite Automata Reduction is applied on the remaining BB(5) holdouts.[5]

See also

References