Enumeration: Difference between revisions
Jump to navigation
Jump to search
Rewrite openning |
m →List of enumeration scripts: Renamed |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
== List of enumeration scripts == | == List of enumeration scripts == | ||
{| class="wikitable" | |||
|+ | |||
!System | |||
!Repository | |||
!File Name | |||
!Language | |||
|- | |||
|Branching Turing Machine | |||
|[https://github.com/sligocki/etc/blob/main/bb_tri/src/enumerator.rs https://github.com/sligocki/etc] | |||
|<code>bb_tri/scr/enumerator.rs</code> | |||
|Rust | |||
|- | |||
|CounterScript | |||
|https://github.com/AzertyWasTaken/CounterScript | |||
|<code>main.js</code> | |||
|JavaScript | |||
|- | |||
|CounterScript | |||
|https://github.com/sligocki/etc | |||
|<code>bbcs/src/enumerator.rs</code> | |||
|Rust | |||
|- | |||
|Fractran | |||
|https://github.com/int-y1/BBFractran | |||
|<code>enumerate/fractran20260416.cpp</code> | |||
|C++ | |||
|- | |||
|General Recursive Function | |||
|https://github.com/sligocki/etc | |||
|<code>gen_rec/scr/enumerate.rs</code> | |||
|Rust | |||
|- | |||
|Lambda Calculus | |||
|[https://github.com/tromp/AIT/blob/master/BB/BB.lhs https://github.com/tromp/AIT] | |||
|<code>BB/BB.lhs</code> | |||
|Haskell | |||
|- | |||
|Post Tag | |||
|[https://github.com/sligocki/etc/blob/main/bb_tri/src/enumerator.rs https://github.com/sligocki/etc] | |||
|<code>post_tag/src/enumerate.rs</code> | |||
|Rust | |||
|- | |||
|Register Machine | |||
|https://github.com/int-y1/BBFractran | |||
|<code>rm.cpp</code> | |||
|C++ | |||
|- | |||
|Turing Machine | |||
|https://github.com/sligocki/busy-beaver | |||
|<code>Code/Enumerate.py</code> | |||
|Python | |||
|- | |||
|Turing Machine | |||
|https://github.com/ccz181078/TM | |||
|<code>main.cpp</code> | |||
|C++ | |||
|} | |||
Latest revision as of 09:31, 22 August 2026
Enumeration is the process of generating all candidate Turing machines (or other program types) within a given domain potentially filtered modulo isomorphism (ex: TNF). These enumerations can then be filtered down by deciders leaving a list of holdouts which remain undecided.
List of enumeration scripts
| System | Repository | File Name | Language |
|---|---|---|---|
| Branching Turing Machine | https://github.com/sligocki/etc | bb_tri/scr/enumerator.rs
|
Rust |
| CounterScript | https://github.com/AzertyWasTaken/CounterScript | main.js
|
JavaScript |
| CounterScript | https://github.com/sligocki/etc | bbcs/src/enumerator.rs
|
Rust |
| Fractran | https://github.com/int-y1/BBFractran | enumerate/fractran20260416.cpp
|
C++ |
| General Recursive Function | https://github.com/sligocki/etc | gen_rec/scr/enumerate.rs
|
Rust |
| Lambda Calculus | https://github.com/tromp/AIT | BB/BB.lhs
|
Haskell |
| Post Tag | https://github.com/sligocki/etc | post_tag/src/enumerate.rs
|
Rust |
| Register Machine | https://github.com/int-y1/BBFractran | rm.cpp
|
C++ |
| Turing Machine | https://github.com/sligocki/busy-beaver | Code/Enumerate.py
|
Python |
| Turing Machine | https://github.com/ccz181078/TM | main.cpp
|
C++ |