Integer circuit
In computational complexity theory, an integer circuit is a circuit model of computation in which inputs to the circuit are sets of integers and each gate of the circuit computes either a set operation or an arithmetic operation on its input sets.
As an algorithmic problem, the possible questions are to find if a given integer is an element of the output node or if two circuits compute the same set. The decidability is still an open question, but there are results on restriction of those circuits. Finding answers to some questions about this model could serve as a proof to many important mathematical conjectures, like Goldbach's conjecture.
It is a natural extension of the circuits over sets of natural numbers when the considered set contains also negative integers, the definitions, which does not change, will not be repeated on this page. Only the differences will be mentioned.
Complexity of the membership problem
The membership problem is the problem of deciding, given an integer circuit C, an input to the circuit X, and a specific integer n, whether the integer n is in the output of the circuit C when provided with input X. The computational complexity of this problem depends on the type of gates allowed in the circuit C.[1] The table below summarizes the computational complexity of the membership problem for various classes of integer circuits. Here, MF(O) denotes the classes defined by O-formulae, which are O-circuits with maximal fan-out 1.
| O | MC(O) | MF(O) |
|---|---|---|
| ∪,∩,−,+,× | NEXPTIME-hard | PSPACE-hard |
| ∪,∩,+,× | NEXPTIME-complete | NP-complete |
| ∪,+,× | NEXPTIME-complete | NP-complete |
| ∩,+,× | P-hard, in co-NP | L-hard, in LOGCFL |
| +,× | P-hard, in co-NP | L-hard, in LOGCFL |
| ∪,∩,−,+ | PSPACE-complete | PSPACE-complete |
| ∪,∩,+ | PSPACE-complete | NP-complete |
| ∪,+ | NP-complete | NP-complete |
| ∩,+ | C=L-complete | L-complete |
| + | C=L-complete | L-complete |
| ∪,∩,−,× | PSPACE-complete | PSPACE-complete |
| ∪,∩,× | PSPACE-complete | NP-complete |
| ∪,× | NP-complete | NP-complete |
| ∩,× | (C=LL)-hard, in P | L-complete |
| × | (NL-completeL)-complete | L-complete |
| ∪,∩,− | P-complete | L-complete |
| ∪,∩ | P-complete | L-complete |
| ∪ | NL-complete | L-complete |
| ∩ | NL-complete | L-complete |
References
- ^ Stephen Travers (2006), "The complexity of membership problems for circuits over sets of integers", Theoretical Computer Science, 369 (1) (1–3 ed.), Essex, UK: Elsevier Science Publishers Ltd: 211–229, doi:10.1016/j.tcs.2006.08.017, ISSN 0304-3975
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.