REVIEW 4 major objections 5 minor 1 cited by
Explicit Solution Equation for Every Combinatorial Problem via Tensor Networks: MeLoCoToN
T0 review · 4 major / 5 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read Every finite combinatorial problem has an exact explicit equation, built by tensorizing its logic circuit and reading off variables with nested Heaviside steps.
desk verdict A genuinely useful catalog of tensor-network encodings, but the optimization readout's unspecified tau sinks the 'explicit equation' theorem. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the Tensor Logical Circuit (TLC) together with the Half Partial Trace readout. A TLC is a tensor network obtained from the classical logical circuit of the problem by replacing each operator with a sparse tensor whose nonzero entries enforce the input-output relation and multiply the state's amplitude; equality of indexes encodes the circuit wiring. The readout contracts the TLC with Plus Vectors (all-ones vectors) on all variables except the one being determined, and with a Minus Vector $(-1,1)$ on that variable, producing a scalar $\Omega_n$ whose sign decides the bit through the Heaviside function. Earlier determined values enter as projection vectors, which makes the expression for the $n$-th variable a nested composition $x_n = H(\Omega_n(H(\Omega_0), H(\Omega_1(H(\Omega_0))),\dots))$. For optimization, the amplitude factor $e^{-\tau C(\vec x)}$ is the engine that makes low-cost states dominant, with the intended limit $\tau\to\infty$ isolating the optimum.
What would settle it
Run the Half Partial Trace iteration, with increasing values of $\tau$, on a small optimization instance whose optimum is known (for example a 4-variable QUBO with a unique minimizer) and record whether the sign of each $\Omega_n$ eventually matches the optimal assignment for every instance; any instance for which no finite $\tau$ yields the optimum would falsify the optimization version of Theorem 1.
Extended reading notes
Core claim
The central discovery is Theorem 1: given any combinatorial problem—inversion, constraint satisfaction, or optimization—there is an exact explicit equation for its solution(s). The equation is produced by (1) rewriting the problem in chosen variables, (2) building a logical circuit (LSTC for inversion, LSVC for constraints, LSMC for optimization) whose operators carry only the necessary internal signals, (3) tensorizing it into a Tensor Logical Circuit, and (4) contracting with the 'Half Partial Trace': impose the known output, or for optimization apply imaginary-time weight $e^{-\tau C(\vec x)}$, then sum over all variables except one using Plus Vectors and read that variable from a Minus Vector $(-1,1)$. Each decision is a Heaviside step $x_n = H(\Omega_n(...))$, and because earlier decisions are fed back as projection vectors, the full solution is a nesting of Heaviside functions inside tensor-network contractions. The paper further claims (Theorem 2) that this equation can be written down in time polynomial in the problem's formulation, and (Theorem 3) that infinitely many equivalent equations exist.
Load-bearing premise
For optimization problems the readout assumes that a single finite damping parameter $\tau$ can be made large enough that each partial-trace scalar $\Omega_n$ keeps the sign of an optimal assignment; the paper states this informally in Section 2.5.2 and gives no proof or constructive rule for choosing $\tau$.
Editorial extensions
If this is right
- Every finite well-formulated combinatorial problem acquires a closed-form-like equation, so problems without a known analytic solution still have an explicit mathematical expression for their answer.
- The same recipe covers inversion, constraint satisfaction, and optimization uniformly, suggesting a common analytic language for problems usually treated by separate algorithms.
- Because the equation's construction time is polynomial in the problem formulation, any future method that contracts these tensor networks in polynomial time would imply polynomial-time algorithms for all NP-hard problems.
- The framework yields concrete equations for many named problems (QUBO, TSP, knapsack, integer programming, k-colouring, maximum flow, and others), which can be studied analytically or approximated by tensor-network compression.
- The equations also give a new target for approximation: compressing the TLC with Matrix Product States or removing constraint layers can turn the exact form into an approximate solver.
Reading between the lines
- Editorial inference: if the claimed construction is correct, it reframes the P versus NP question as a question about the contraction cost of a specific family of tensor networks, giving complexity theorists a concrete combinatorial object to bound.
- Editorial inference: a natural testable next step is to search for polynomial-time contractible subfamilies (for example, low-treewidth or chain-structured TLCs) where the Half Partial Trace readout provably returns the optimum, bypassing the unresolved general choice of $\tau$.
- Editorial inference: the paper's explicit equations could be used to generate certificates, because evaluating the nested Heaviside composition at a candidate solution gives a direct check, though checking sign consistency would itself cost as much as contraction.
- Editorial inference: since the TLC is a positive tensor network, Monte-Carlo or approximate contraction methods may be adapted to sample from its distribution, connecting the exact equation to randomized algorithms.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a method, MeLoCoToN, which associates to any combinatorial problem—inversion, constraint satisfaction, or optimization—a tensor network whose contraction yields scalars Omega_n, and then defines the solution by nested Heaviside equations x_n = H(Omega_n(...)). The construction has four steps: choose variables, build a classical logical circuit (LSTC, LSVC, or LSMC), tensorize the circuit by Input-Output Indexing (Eq. 2.19), and read out variables iteratively via the Half Partial Trace. The paper presents tensor networks for a large list of problems, including QUBO/HOBO, integer sum, linear systems, k-colouring, TSP, knapsack, and several graph problems, and it describes approximation techniques under the name Motion Onion. It further claims that if a physical system could contract these tensor networks efficiently, every NP-hard problem would be solvable in polynomial time.
Significance. The circuit-to-tensor translation is coherent for finite circuits, and several of the example tensor definitions appear correct; the paper is also honest that no computational advantage over existing algorithms is claimed. If Theorem 1 were rigorously established, the work would offer a unified exact-formulation perspective on combinatorial problems and a conditional complexity statement. However, the central claim is weakened by three issues: the optimization readout depends on an unspecified sufficiently large tau or an unjustified limit interchange; Theorems 1-3 are asserted without formal proof; and the construction is essentially a transcription of the problem's truth table into tensor form, so the sense in which the resulting equation is 'explicit' needs to be made precise. These issues are load-bearing because the abstract and conclusions assert an exact explicit equation for every combinatorial problem.
major comments (4)
- [Section 2.5.2, Eqs. (2.36)-(2.41)] The optimization readout is not justified, and the displayed limit is incorrect in the degenerate case. Eq. (2.36) claims that the normalized state tends to |X>; this holds only for a unique minimizer. With multiple optima, the limit is a uniform superposition over all minimizers. More importantly, Eq. (2.41) uses finite-tau unnormalized scalars Omega_n, and the paper only asserts that 'for a sufficiently large finite value of tau' the correct variable is selected, without a proof or a rule for choosing tau. This is load-bearing: for fixed tau, greedy Heaviside decisions can return suboptimal solutions. For example, with two binary variables and costs C(10)=0, C(11)=100, C(00)=0.01, C(01)=0.02, at tau=1 Eq. (2.37) gives Omega_0 = 1 + e^{-100} - e^{-0.01} - e^{-0.02} < 0, so x_0=0, and then x_1=0, returning x=(0,0) with cost 0.01 instead of the optimum (1,0) with cost 0. The Conclusions list 'determination of the minimum tau value' as future work, so the exactness claim for optimization is not established.
- [Section 2.6, Theorem 1] The main theorem is stated without a formal proof. The preceding text gives a construction, but no correctness statement, for example by induction on circuit size, shows that the contracted TLC equals the problem's indicator or cost tensor, nor that the nested Heaviside readout returns a solution for every input instance. The assertion in Section 2.3.1 that any known function can be implemented as an LSTC is also unproved. For finite circuits this is a standard fact, but the theorem's quantifier 'every combinatorial problem' requires a precise statement about the input representation and about the size of the circuit relative to the problem formulation.
- [Section 2.4, Eq. (2.19)] The construction is essentially a transcription of the problem's defining relations into tensor elements via Input-Output Indexing. Because the tensor elements are defined directly from the same logical relations that define the problem, the contraction of the TLC is exactly the problem's truth table in tensor form. Correctness is therefore inherited by construction, and the claimed 'solution equation' is close to a notational restatement of exhaustive enumeration. The paper should define what counts as an 'explicit equation' and state why this transcription is not merely a disguised enumeration of all configurations. Without such a definition, the abstract's claim that the method proves the existence of an exact explicit equation for every combinatorial problem is not a substantive mathematical result.
- [Section 8.1, Eq. (8.3); Sections 7 and 9] Several constrained formulations use a penalty weight lambda that is only described as 'large enough', with no finite instance-dependent bound. For example, Eq. (8.3) minimizes sum_i (C_{i,x_i} + lambda V_{x_i}) and states that lambda must be large enough to impose the maximum number of tasks performed, but no value or bound is given. Since the paper claims exact solutions, every free parameter used to enforce constraints needs a concrete, instance-dependent value that guarantees feasibility without changing the optimum. As written, the exactness claim for constrained optimization inherits the same unsupported-parameter problem as the tau readout.
minor comments (5)
- [Front matter and Section 2] The manuscript contains numerous typographical errors, including 'sintetized', 'unassumingly expensive', and inconsistent capitalization of 'Half Partial Trace' and 'Humbucker'. A careful proofreading pass is needed.
- [Sections 5.1.1, 5.1.2, 10.2, 10.3] Several subsections are placeholders stating 'Subsubsection not available due to paper pending publication', and references such as '[pending to publish]' appear throughout. These must be either filled in or removed before the paper can be considered a complete manuscript.
- [Section 2.6, Theorem 2] The statement that the equation 'can be obtained in a polynomial time with respect to the time needed to formulate it' is not a well-defined complexity measure. The paper should specify the input size and the computational model, and prove the claim with respect to that measure.
- [Appendix D.1] In the definition of the Plus Vector with local imaginary time evolution, the notation '+_i = e^{-tau C_i}' uses C_i without defining it; the symbol should be connected to the problem's cost function or removed.
- [Equations (4.3)-(4.4) and (5.1)-(5.4)] The same tensor names, such as delta and DOT, are reused for tensors of different arities in different problems. A summary table of index conventions for each problem would improve readability and reduce ambiguity.
Circularity Check
The solution equation is a truth-table lookup: IOI tensors encode the problem's own relations (Eq. 2.19) and Eq. 2.41 reads them back; optimization additionally relies on an unspecified 'sufficiently large' τ left as future work.
-
self definitional
[Section 2.4, Eq. (2.19); Section 2.6, Eq. (2.41)]
"if we have an operator U with 3 inputs x, y, z and 2 outputs µ, ν, calculated as µ = f (x, y, z), ν = g(x, y, z), which multiplies the amplitude of the state by h(x, y, z), then its associated tensor U has as non-zero elements those that satisfy µ = f (x, y, z), ν = g(x, y, z), Ux,y,z,µ,ν = h(x, y, z)."
IOI fixes each tensor's nonzero support to exactly the operator's input-output relation. Contracting the TLC therefore produces a tensor whose nonzero entries sit precisely on the problem's solution set; Section 2.5.1 states that 'there is only one non-zero element in the tensor... whose indexes give us the solution'. Equation (2.41) is then a Heaviside-encoded Half Partial Trace that locates that pre-planted nonzero support. The proof that the equation returns the solution is therefore nothing more than reading back the truth table inserted at Eq. (2.19), so the theorem's content is definitional rather than a derived prediction.
-
other
[Section 2.5.2 and Conclusions]
"For a sufficiently large finite value of τ, the peak amplitude in the optimal combination will be large enough so that, when summing over the other variables values to obtain the vector of amplitudes of the variable we want to determine, this amplitude will be greater than the sum of all the suboptimals."
The finite-τ readout guarantee is asserted, not derived: Eq. (2.36) proves only the τ→∞ renormalized limit, not the unnormalized greedy sign of Ω_n in Eq. (2.41). The required size of τ depends on the gap between the optimal cost and the aggregate suboptimal amplitude, i.e., on the very solution the equation is supposed to produce. The paper lists 'the determination of the minimum τ value' as future work, so the optimization branch is either non-explicit (τ unspecified) or, for any concrete finite τ, can select a suboptimal state on some instances. This is a self-referential guarantee rather than an exactness proof.
full rationale
The paper is self-contained and does not fit parameters to external benchmarks, so this is not a data-fitting circularity. Its central theorem, however, is a definitional construction: Eq. (2.19) places nonzero tensor elements exactly at the problem's valid input-output/cost-value pairs, and Eq. (2.41) is the Half Partial Trace that locates those elements. The 'explicit equation' is therefore a Heaviside-encoded lookup in the truth table that was inserted by construction; the derivation of the solution from the equation is equivalent to undoing the definition of the TLC. Self-citations [37]–[39] are used for refinements and heuristics (e.g., Humbucker) and are not load-bearing for Theorem 1. Separately, the optimization branch requires a 'sufficiently large' finite τ that is asserted without proof; Eq. (2.36) only treats the τ→∞ normalized limit, and the paper defers the minimum-τ problem to future work. This is a correctness gap as well as a self-referential condition: for any fixed τ the readout can fail, while an unspecified 'sufficiently large' τ cannot be instantiated from the problem data. Overall, the central result is forced by construction rather than independently derived, giving a circularity score of 8.
Assumptions & free parameters
free parameters (2)
- tau (imaginary time evolution parameter) =
not specified; limit tau -> infinity proposed
- lambda (Motion Onion soft-constraint weight) =
not specified
assumptions (4)
- domain assumption Every considered problem is exactly specified by a finite classical logical circuit (LSTC, LSVC, or LSMC).
- ad hoc to paper Amplitude changes in the LSMC are multiplicative and take the exponential form e^{-tau C(x)}.
- ad hoc to paper There exists a sufficiently large finite tau, or an admissible tau-to-infinity limit, such that greedy Half Partial Trace decisions recover a valid or optimal solution.
- standard math Tensor contraction, Kronecker deltas, and Heaviside step functions behave in the standard way.
Cite this review
Pith. "Pith review of Explicit Solution Equation for Every Combinatorial Problem via Tensor Networks: MeLoCoToN." pith.science (2026). https://pith.science/paper/5YHBIX3Q
@misc{pith2026250205981,
author = {Pith},
title = {Pith review of: Explicit Solution Equation for Every Combinatorial Problem via Tensor Networks: MeLoCoToN},
year = {2026},
howpublished = {\url{https://pith.science/paper/5YHBIX3Q}},
note = {Machine review of arXiv:2502.05981}
}
read the original abstract
In this paper we show that every combinatorial problem has an exact explicit equation that returns its solution. We present a method to obtain an equation that solves exactly any combinatorial problem, both inversion, constraint satisfaction and optimization, by obtaining its equivalent tensor network. This formulation only requires a basic knowledge of classical logical operators, at a first year level of any computer science degree. These equations are not necessarily computable in a reasonable time, nor do they allow to surpass the state of the art in computational complexity, but they allow to have a new perspective for the mathematical analysis of these problems. These equations computation can be approximated by different methods such as Matrix Product State compression. We also present the equations for numerous combinatorial problems. This work proves that, if there is a physical system capable of contracting in polynomial time the tensor networks presented, every NP-Hard problem can be solved in polynomial time.
Figures
Figures from the paper (42 more)
Forward citations
Cited by 1 Pith paper
-
Variational matrix product states for combinatorial optimization
Quantum-inspired product/matrix-product-state annealing embedded in iterated local search reports better MaxCut approximations than the ILS, LQA, GCS, and QAOA baselines tested, on graphs up to 50,000 vertices.
Reference graph
Works this paper leans on
-
[1]
Inverse combinatorial optimization: A survey on problems, methods, and results
Clemens Heuberger. Inverse combinatorial optimization: A survey on problems, methods, and results. Journal of Combinatorial Optimization, 8(3):329–361, Sep 2004. ISSN 1573-2886. doi: 10.1023/B:JOCO.0000038914. 26975.9b. URL https://doi.org/10.1023/B:JOCO.0000038914.26975.9b
-
[2]
R. L. Rivest, A. Shamir, and L. Adleman. A method for obtaining digital signatures and public-key cryptosystems. Commun. ACM, 21(2):120–126, February 1978. ISSN 0001-0782. doi: 10.1145/359340.359342. URL https: //doi.org/10.1145/359340.359342
arXiv 1978
-
[3]
Streaming and sketching complexity of csps: A survey, 2022
Madhu Sudan. Streaming and sketching complexity of csps: A survey, 2022. URL https://arxiv.org/abs/ 2205.02744
arXiv 2022
-
[4]
Candida Bowtell and Peter Keevash. The n-queens problem, 2021. URL https://arxiv.org/abs/2109. 08083
work page 2021
-
[6]
A survey on combinatorial optimization
Phuong Le. A survey on combinatorial optimization, 2024. URL https://arxiv.org/abs/2409.00075
work page Pith review arXiv 2024
-
[7]
Peter E. Hart, Nils J. Nilsson, and Bertram Raphael. A formal basis for the heuristic determination of minimum cost paths. IEEE Transactions on Systems Science and Cybernetics, 4(2):100–107, 1968. doi: 10.1109/TSSC. 1968.300136
-
[8]
E. W. Dijkstra. A note on two problems in connexion with graphs. Numerische Mathematik, 1(1):269–271, Dec
-
[9]
The traveling salesman problem: An overview of exact and approximate algorithms
Gilbert Laporte. The traveling salesman problem: An overview of exact and approximate algorithms. European Journal of Operational Research , 59(2):231–247, 1992. ISSN 0377-2217. doi: https://doi. org/10.1016/0377-2217(92)90138-Y. URL https://www.sciencedirect.com/science/article/pii/ 037722179290138Y
Show all 79 references
-
[10]
Springer Berlin Heidelberg, Berlin, Heidelberg, 2008
The Traveling Salesman Problem , pages 527–562. Springer Berlin Heidelberg, Berlin, Heidelberg, 2008. ISBN 978-3-540-71844-4. doi: 10.1007/978-3-540-71844-4_21. URL https://doi.org/10.1007/ 978-3-540-71844-4_21
2008 doi
-
[11]
A survey on the traveling salesman problem and its variants in a warehousing context
Stefan Bock, Stefan Bomsdorf, Nils Boysen, and Michael Schneider. A survey on the traveling salesman problem and its variants in a warehousing context. European Journal of Operational Research , 2024. ISSN 0377-
2024
-
[12]
J. K. Lenstra. Job shop scheduling. In Mustafa Akgül, Horst W. Hamacher, and Süleyman Tüfekçi, editors, Combinatorial Optimization, pages 199–207, Berlin, Heidelberg, 1992. Springer Berlin Heidelberg. ISBN 978-3-642-77489-8
1992
-
[13]
The flexible job shop schedul- ing problem: A review
Stéphane Dauzère-Pérès, Junwen Ding, Liji Shen, and Karim Tamssaouet. The flexible job shop schedul- ing problem: A review. European Journal of Operational Research , 314(2):409–432, 2024. ISSN 0377-
2024
-
[14]
M. R. Garey, David S. Johnson, and Ravi Sethi. The complexity of flowshop and jobshop scheduling. Math. Oper. Res., 1:117–129, 1976. URL https://api.semanticscholar.org/CorpusID:207233771
1976
-
[15]
G. B. Mathews. On the partition of numbers. Proceedings of the London Mathematical Society, s1-28(1):486–490, 11 1896. ISSN 0024-6115. doi: 10.1112/plms/s1-28.1.486. URL https://doi.org/10.1112/plms/s1-28. 1.486
-
[16]
URL https://www.sciencedirect.com/science/ article/pii/S037722172300382X
doi: https://doi.org/10.1016/j.ejor.2023.05.017. URL https://www.sciencedirect.com/science/ article/pii/S037722172300382X
2023 doi
-
[17]
Bin-Packing, pages 407–422
Bernhard Korte and Jens Vygen. Bin-Packing, pages 407–422. Springer Berlin Heidelberg, Berlin, Heidelberg,
-
[18]
A review on genetic algorithm: past, present, and future
Sourabh Katoch, Sumit Singh Chauhan, and Vijay Kumar. A review on genetic algorithm: past, present, and future. Multimedia Tools and Applications , 80(5):8091–8126, Feb 2021. ISSN 1573-7721. doi: 10.1007/ s11042-020-10139-6. URL https://doi.org/10.1007/s11042-020-10139-6
2021 doi
-
[19]
Minimal spanning tree
Sreenivasulu Reddy and Abduselam Derdar. Minimal spanning tree. International Journal of Engineering Research and, V6, 03 2017. doi: 10.17577/IJERTV6IS030189
2017 doi
-
[20]
Krayenhoff, Yoshitaka Inui, Edwin Ng, Tatsuhiro Onodera, Pooya Ronagh, and Yoshihisa Yamamoto
Krishanu Sankar, Artur Scherer, Satoshi Kako, Sam Reifenstein, Navid Ghadermarzy, Willem B. Krayenhoff, Yoshitaka Inui, Edwin Ng, Tatsuhiro Onodera, Pooya Ronagh, and Yoshihisa Yamamoto. A benchmarking study of quantum algorithms for combinatorial optimization. npj Quantum Inf...
2024 doi
-
[21]
Solving combinatorial optimization problems with a block encoding quantum optimizer, 2024
Adelina Bärligea, Benedikt Poggel, and Jeanette Miriam Lorenz. Solving combinatorial optimization problems with a block encoding quantum optimizer, 2024. URL https://arxiv.org/abs/2404.14054
2024 arXiv
-
[22]
An introduction to variational quantum algorithms for combinatorial optimization problems
Camille Grange, Michael Poss, and Eric Bourreau. An introduction to variational quantum algorithms for combinatorial optimization problems. 4OR, 21(3):363–403, Sep 2023. ISSN 1614-2411. doi: 10.1007/ s10288-023-00549-1. URL https://doi.org/10.1007/s10288-023-00549-1
2023 doi
-
[23]
On approximate solutions for combinatorial optimization problems.SIAM Journal on Discrete Mathematics, 3(2):294–310, 1990
Hans Ulrich Simon. On approximate solutions for combinatorial optimization problems.SIAM Journal on Discrete Mathematics, 3(2):294–310, 1990. doi: 10.1137/0403025. URL https://doi.org/10.1137/0403025
1990 doi
-
[24]
A quantum approximate optimization algorithm, 2014
Edward Farhi, Jeffrey Goldstone, and Sam Gutmann. A quantum approximate optimization algorithm, 2014
2014
-
[25]
A tutorial on formulating and using qubo models, 2019
Fred Glover, Gary Kochenberger, and Yu Du. A tutorial on formulating and using qubo models, 2019
2019
-
[26]
Limitations of noisy quantum devices in computational and entangling power, 2023
Yuxuan Yan, Zhenyu Du, Junjie Chen, and Xiongfeng Ma. Limitations of noisy quantum devices in computational and entangling power, 2023. URL https://arxiv.org/abs/2306.02836
2023
-
[27]
Generative quantum combinatorial optimization by means of a novel conditional generative quantum eigensolver, 2025
Shunya Minami, Kouhei Nakaji, Yohichi Suzuki, Alán Aspuru-Guzik, and Tadashi Kadowaki. Generative quantum combinatorial optimization by means of a novel conditional generative quantum eigensolver, 2025. URL https://arxiv.org/abs/2501.16986
2025 arXiv
-
[28]
Philipp Seitz, Ismael Medina, Esther Cruz, Qunsheng Huang, and Christian B. Mendl. Simulating quantum circuits using tree tensor networks. Quantum, 7:964, March 2023. ISSN 2521-327X. doi: 10.22331/q-2023-03-30-964. URL http://dx.doi.org/10.22331/q-2023-03-30-964
2023 doi
-
[29]
Ttopt: a maximum volume quantized tensor train-based optimization and its application to reinforcement learning
Konstantin Sozykin, Andrei Chertkov, Roman Schutski, Anh-Huy Phan, Andrzej Cichocki, and Ivan Oseledets. Ttopt: a maximum volume quantized tensor train-based optimization and its application to reinforcement learning. In Proceedings of the 36th International Conference on Neur...
2022
-
[30]
A quantum-inspired tensor network algorithm for constrained combinatorial optimization problems
Tianyi Hao, Xuxin Huang, Chunjing Jia, and Cheng Peng. A quantum-inspired tensor network algorithm for constrained combinatorial optimization problems. Frontiers in Physics, 10, July 2022. ISSN 2296-424X. doi: 10.3389/fphy.2022.906590. URL http://dx.doi.org/10.3389/fphy.2022.906590
2022
-
[31]
Tensor networks in a nutshell, 2017
Jacob Biamonte and Ville Bergholm. Tensor networks in a nutshell, 2017. URL https://arxiv.org/abs/ 1708.00006
2017 arXiv
-
[32]
Symmetric tensor networks for generative modeling and constrained combinatorial optimization
Javier Lopez-Piqueres, Jing Chen, and Alejandro Perdomo-Ortiz. Symmetric tensor networks for generative modeling and constrained combinatorial optimization. Machine Learning: Science and Technology , 4(3): 035009, July 2023. ISSN 2632-2153. doi: 10.1088/2632-2153/ace0f5. URL h...
2023 doi
-
[33]
Kalayci, and Alejandro Perdomo-Ortiz
Javier Alcazar, Mohammad Ghazi Vakili, Can B. Kalayci, and Alejandro Perdomo-Ortiz. Enhancing combinatorial optimization with classical and quantum generative models.Nature Communications, 15(1):2761, Mar 2024. ISSN 2041-1723. doi: 10.1038/s41467-024-46959-5. URL https://doi.o...
2024 doi
-
[34]
Tensor network quantum simulator with step-dependent parallelization, 2022
Danylo Lykov, Roman Schutski, Alexey Galda, Valerii Vinokur, and Yuri Alexeev. Tensor network quantum simulator with step-dependent parallelization, 2022. URL https://arxiv.org/abs/2012.02430
2022 arXiv
-
[35]
Quick design of feasible tensor networks for constrained combinatorial optimization, 2024
Hyakka Nakada, Kotaro Tanahashi, and Shu Tanaka. Quick design of feasible tensor networks for constrained combinatorial optimization, 2024. URL https://arxiv.org/abs/2409.01699. 55 Explicit Solution Equation for Every Combinatorial Problem via Tensor Networks: MeLoCoToN
2024 arXiv
-
[36]
Hobotan: Efficient higher order binary optimization solver with tensor networks and pytorch, 2024
Shoya Yasuda, Shunsuke Sotobayashi, and Yuichiro Minato. Hobotan: Efficient higher order binary optimization solver with tensor networks and pytorch, 2024. URL https://arxiv.org/abs/2407.19987
2024 arXiv
-
[37]
de Leceta
Alejandro Mata Ali, Iñigo Perez Delgado, and Aitor Moreno Fdez. de Leceta. Traveling salesman problem from a tensor networks perspective, 2024. URL https://arxiv.org/abs/2311.14344
2024 arXiv
-
[38]
de Leceta
Alejandro Mata Ali, Iñigo Perez Delgado, Beatriz García Markaida, and Aitor Moreno Fdez. de Leceta. Task scheduling optimization from a tensor network perspective, 2024. URLhttps://arxiv.org/abs/2311.10433
2024 arXiv
-
[39]
Tensor network based hobo solver, 2024
Yuichiro Minato. Tensor network based hobo solver, 2024. URL https://arxiv.org/abs/2407.16106
2024 arXiv
-
[40]
Johnson, Eduardo R
Pejman Jouzdani, Calvin W. Johnson, Eduardo R. Mucciolo, and Ionel Stetcu. Alternative approach to quantum imaginary time evolution. Physical Review A, 106(6), December 2022. ISSN 2469-9934. doi: 10.1103/physreva. 106.062435. URL http://dx.doi.org/10.1103/PhysRevA.106.062435
2022 doi
-
[41]
E.L. Lawler. The Travelling Salesman Problem: A Guided Tour of Combinatorial Optimization. Wiley-Interscience series in discrete mathematics and optimization. John Wiley & Sons, 1985. URL https://books.google.es/ books?id=qbFlMwEACAAJ
1985
-
[42]
Algebraic language for the efficient representation and optimization of quantum circuits
Daniel Escanez-Exposito, Pino Caballero-Gil, Marcos Rodriguez-Vega, Francisco Costa-Cano, and Eduardo Sáenz-de Cabezón. Algebraic language for the efficient representation and optimization of quantum circuits. Phys. Scripta, 100(2):025107, 2025. doi: 10.1088/1402-4896/ad9fb6
2025 doi
-
[43]
de Leceta
Alejandro Mata Ali, Iñigo Perez Delgado, Marina Ristol Roura, and Aitor Moreno Fdez. de Leceta. Polynomial- time solver of tridiagonal qubo and qudo problems with tensor networks, 2024. URL https://arxiv.org/ abs/2309.10509
2024 arXiv
-
[44]
Chakrabarti
Atanu Rajak, Sei Suzuki, Amit Dutta, and Bikas K. Chakrabarti. Quantum annealing: an overview. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 381(2241), December
-
[45]
I. V . Oseledets. Tensor-train decomposition.SIAM Journal on Scientific Computing, 33(5):2295–2317, 2011. doi: 10.1137/090752286. URL https://doi.org/10.1137/090752286
2011 doi
-
[46]
Optimizing Variational Circuits for Higher-Order Binary Optimization
Zoe Verchere, Sourour Elloumi, and Andrea Simonetto. Optimizing Variational Circuits for Higher-Order Binary Optimization . In 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), pages 19–25, Los Alamitos, CA, USA, September 2023. IEEE Computer Socie...
2023
-
[47]
M. J. D. Powell. A survey of numerical methods for unconstrained optimization. SIAM Review, 12(1):79–97,
-
[48]
Quantum Algorithms for Graph Coloring and Other Partitioning, Covering, and Packing Problems
Serge Gaspers and Jerry Zirui Li. Quantum Algorithms for Graph Coloring and Other Partitioning, Covering, and Packing Problems. In Karl Bringmann, Martin Grohe, Gabriele Puppis, and Ola Svensson, editors, 51st International Colloquium on Automata, Languages, and Programming (I...
2024 doi
-
[49]
Richard E. Korf. A complete anytime algorithm for number partitioning. Artificial Intelligence, 106(2):181– 203, 1998. ISSN 0004-3702. doi: https://doi.org/10.1016/S0004-3702(98)00086-1. URL https://www. sciencedirect.com/science/article/pii/S0004370298000861
1998 doi
-
[50]
Rafael Cacao, Lucas R. C. T. Cortez, Jackson Forner, Hamidreza Validi, Ismael R. de Farias, and Illya V . Hicks. The set partitioning problem in a quantum context. Optimization Letters, 18(1):1–17, Jan 2024. ISSN 1862-4480. doi: 10.1007/s11590-023-02029-1. URL https://doi.org/...
2024 doi
-
[51]
Quantum Annealing and GNN for Solving TSP with QUBO, page 134–145
Haoqi He. Quantum Annealing and GNN for Solving TSP with QUBO, page 134–145. Springer Nature Singapore,
-
[52]
The truck dispatching problem
George B Dantzig and John H Ramser. The truck dispatching problem. Management science, 6(1):80–91, 1959
1959
-
[53]
Quantum algorithm for higher-order unconstrained binary optimization and mimo maximum likelihood detection
Masaya Norimoto, Ryuhei Mori, and Naoki Ishikawa. Quantum algorithm for higher-order unconstrained binary optimization and mimo maximum likelihood detection. IEEE Transactions on Communications, 71(4):1926–1939,
1926
-
[54]
Pion, Christian F
Joel E. Pion, Christian F. A. Negre, and Susan M. Mniszewski. Quantum computing for a profusion of postman problem variants. Quantum Machine Intelligence , 5(2):24, Jul 2023. ISSN 2524-4914. doi: 10.1007/s42484-023-00111-6. URL https://doi.org/10.1007/s42484-023-00111-6
2023 doi
-
[55]
T. E. Harris, F. S. Ross, and Rand Corporation. Fundamentals of a method for evaluating rail net capacities. Rand Corp., Santa Monica, Calif., 1955
1955
-
[56]
Michaels
Thomas Krauss, Joey McCollum, Chapman Pendery, Sierra Litwin, and Alan J. Michaels. Solving the max-flow problem on a quantum annealing computer. IEEE Transactions on Quantum Engineering, 1:1–10, 2020. doi: 10.1109/TQE.2020.3031085
2020
-
[57]
Quantum computing dataset of maximum independent set problem on king lattice of over hundred rydberg atoms
Kangheun Kim, Minhyuk Kim, Juyoung Park, Andrew Byun, and Jaewook Ahn. Quantum computing dataset of maximum independent set problem on king lattice of over hundred rydberg atoms. Scientific Data, 11(1): 111, Jan 2024. ISSN 2052-4463. doi: 10.1038/s41597-024-02926-9. URL https:...
2024 doi
-
[58]
An approximation algorithm for the minimum vertex cover problem
Jingrong Chen, Lei Kou, and Xiaochuan Cui. An approximation algorithm for the minimum vertex cover problem. Procedia Engineering, 137:180–185, 2016. ISSN 1877-7058. doi: https://doi.org/10.1016/j.proeng.2016.01.248. URL https://www.sciencedirect.com/science/article/pii/S187770...
2016 doi
-
[59]
Quantum speedup for solving the minimum vertex cover problem based on grover search algorithm
Zhaocai Wang, Kun Liang, Xiaoguang Bao, and Tunhua Wu. Quantum speedup for solving the minimum vertex cover problem based on grover search algorithm. Quantum Information Processing, 22(7):271, Jul 2023. ISSN 1573-1332. doi: 10.1007/s11128-023-04010-4. URL https://doi.org/10.10...
2023 doi
-
[60]
Lov K. Grover. A fast quantum mechanical algorithm for database search. In Proceedings of the Twenty- Eighth Annual ACM Symposium on Theory of Computing , STOC ’96, page 212–219, New York, NY , USA,
-
[61]
Qubit efficient quantum algorithms for the vehicle routing problem on noisy intermediate-scale quantum processors.Advanced Quantum Technologies, 7, 04 2024
Ioannis Leonidas, Alexander Dukakis, Benjamin Tan, and Dimitris Angelakis. Qubit efficient quantum algorithms for the vehicle routing problem on noisy intermediate-scale quantum processors.Advanced Quantum Technologies, 7, 04 2024. doi: 10.1002/qute.202300309
2024 doi
-
[62]
Vasilakos
Renata Wong, Weng-Long Chang, Wen-Yu Chung, and Athanasios V . Vasilakos. Biomolecular and quantum algorithms for the dominating set problem in arbitrary networks. Scientific Reports, 13(1):4205, Mar 2023. ISSN 2045-2322. doi: 10.1038/s41598-023-30600-4. URL https://doi.org/10...
2023 doi
-
[63]
Cattrysse and Luk N
Dirk G. Cattrysse and Luk N. Van Wassenhove. A survey of algorithms for the generalized assignment problem. European Journal of Operational Research , 60(3):260–272, 1992. ISSN 0377-2217. doi: https: //doi.org/10.1016/0377-2217(92)90077-M. URL https://www.sciencedirect.com/sci...
1992
-
[64]
Sören Wilkening, Andreea-Iulia Lefterovici, Lennart Binkowski, Michael Perk, Sándor Fekete, and Tobias J. Osborne. A quantum algorithm for solving 0-1 knapsack problems, 2024. URL https://arxiv.org/abs/ 2310.06623
2024 arXiv
-
[65]
The cutting stock problem — a survey
C.H Cheng, B.R Feiring, and T.C.E Cheng. The cutting stock problem — a survey. International Journal of Production Economics, 36(3):291–305, 1994. ISSN 0925-5273. doi: https://doi.org/10.1016/0925-5273(94) 00045-X. URL https://www.sciencedirect.com/science/article/pii/092552739400045X
1994
-
[66]
Coffman Jr., János Csirik, Gábor Galambos, Silvano Martello, and Daniele Vigo
Edward G. Coffman Jr., János Csirik, Gábor Galambos, Silvano Martello, and Daniele Vigo. Bin Packing Approximation Algorithms: Survey and Classification , pages 455–531. Springer New York, New York, NY ,
-
[67]
Qal-bp: an augmented lagrangian quantum approach for bin packing
Lorenzo Cellini, Antonio Macaluso, and Michele Lombardi. Qal-bp: an augmented lagrangian quantum approach for bin packing. Scientific Reports, 14(1):5142, Mar 2024. ISSN 2045-2322. doi: 10.1038/s41598-023-50540-3. URL https://doi.org/10.1038/s41598-023-50540-3 . 57 Explicit So...
2024 doi
-
[68]
Comparative benchmark of a quantum algorithm for the bin packing problem
Mikel Garcia De Andoin, Izaskun Oregi, Esther Villar-Rodriguez, Eneko Osaba, and Mikel Sanz. Comparative benchmark of a quantum algorithm for the bin packing problem. In2022 IEEE Symposium Series on Computational Intelligence (SSCI), pages 930–937, 2022. doi: 10.1109/SSCI51031...
2022
-
[69]
Quantum solution for solving the bin packing problem
Samuel Deleplanque, Amélia Durbec, and Amina El Yaagoubi. Quantum solution for solving the bin packing problem. In 2024 10th International Conference on Control, Decision and Information Technologies (CoDIT), pages 1420–1423, 2024. doi: 10.1109/CoDIT62066.2024.10708635
2024
-
[70]
Utilizing novel quantum counters for grover’s algorithm to solve the dominating set problem, 2023
Jehn-Ruey Jiang and Qiao-Yi Lin. Utilizing novel quantum counters for grover’s algorithm to solve the dominating set problem, 2023. URL https://arxiv.org/abs/2312.09388
2023 arXiv
-
[80]
Romero, Eneko Osaba, Esther Villar-Rodriguez, Izaskun Oregi, and Yue Ban
Sebastián V . Romero, Eneko Osaba, Esther Villar-Rodriguez, Izaskun Oregi, and Yue Ban. Hybrid approach for solving real-world bin packing problem instances using quantum annealers. Scientific Reports , 13(1): 11777, Jul 2023. ISSN 2045-2322. doi: 10.1038/s41598-023-39013-9. U...
2023 doi
-
[1959]
doi: 10.1007/BF01386390
ISSN 0945-3245. doi: 10.1007/BF01386390. URL https://doi.org/10.1007/BF01386390
- [1970]
-
[1996]
ISBN 0897917855
Association for Computing Machinery. ISBN 0897917855. doi: 10.1145/237814.237866. URL https: //doi.org/10.1145/237814.237866
-
[2000]
doi: 10.1007/978-3-662-21708-5_18
ISBN 978-3-662-21708-5. doi: 10.1007/978-3-662-21708-5_18. URL https://doi.org/10.1007/ 978-3-662-21708-5_18
-
[2013]
doi: 10.1007/978-1-4419-7997-1_35
ISBN 978-1-4419-7997-1. doi: 10.1007/978-1-4419-7997-1_35. URL https://doi.org/10.1007/ 978-1-4419-7997-1_35
-
[2022]
doi: 10.1098/rsta.2021.0417
ISSN 1471-2962. doi: 10.1098/rsta.2021.0417. URL http://dx.doi.org/10.1098/rsta.2021.0417
2021
-
[2023]
doi: 10.1109/TCOMM.2023.3244924
2023
-
[2024]
doi: 10.1007/978-981-97-7801-0_12
ISBN 9789819778010. doi: 10.1007/978-981-97-7801-0_12. URL http://dx.doi.org/10.1007/ 978-981-97-7801-0_12
-
[2217]
URL https://www.sciencedirect.com/science/ article/pii/S0377221724002959
doi: https://doi.org/10.1016/j.ejor.2024.04.014. URL https://www.sciencedirect.com/science/ article/pii/S0377221724002959. 54 Explicit Solution Equation for Every Combinatorial Problem via Tensor Networks: MeLoCoToN
2024 doi
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.