Skip to content

feat: Multi-tape Turing machine#384

Open
crei wants to merge 1 commit intoleanprover:mainfrom
crei:multi-tape-tm
Open

feat: Multi-tape Turing machine#384
crei wants to merge 1 commit intoleanprover:mainfrom
crei:multi-tape-tm

Conversation

@crei
Copy link

@crei crei commented Mar 2, 2026

This introduces a multi-tape Turing machine built in a similar way to the single-tape Turing machine in #269

I did not define how a function is computed by a multi-tape Turing machine. Instead I would like to focus on tuples of tapes being transformed by Turing machines. The idea is that this allows us to build complex Turing machines from basic building blocks by composition without the need to serialize and de-serialize all the time.

Especially when talking about logarithmic space it will become necessary to define dedicated read-only input and write-only output tapes, but this is not yet included.

I have not yet properly combined the common parts between single- and multi-tape Turing machines and am hoping for some ideas there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant