REVIEW 3 major objections 5 minor 3 cited by
Accuracy and Performance Evaluation of Quantum, Classical and Hybrid Solvers for the Max-Cut Problem
T0 review · 3 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper reports that on all small Max-Cut instances with known optima, the D-Wave Hybrid solver and two classical simulated-annealing variants reached the global optimum while the fast-annealing QPU usually fell short, and on the…
desk verdict Useful small-instance benchmark and dataset, but the G-set conclusion leans on unverified SBM numbers and a time statement that contradicts the paper's own tables. 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 central object is the Max-Cut objective written as $\frac{1}{4}x^T L x$ for a cut vector $x\in\{\pm1\}^n$, with $L$ the graph Laplacian; this is the Ising/QUBO Hamiltonian that all solvers approximately minimize. The benchmark machinery is the three-dataset suite: the be and bqp instances with exact optima computed by two exact solvers, and the G-dataset with best-known values from the literature. The two simulated-annealing variants SA1 and SA2 are the same algorithm with different annealing schedules, so they isolate the effect of search time on solution quality. The D-Wave Hybrid solver is a black-box cloud method that combines classical samplers with the QPU through an undisclosed graph decomposition, while the SBM results are taken directly from an external benchmark rather than run by the authors.
What would settle it
If any be or bqp instance is found where the Hybrid solver or either SA variant returns a cut value strictly below the optimum computed by the exact solvers, the paper's claim that these solvers consistently achieve the global optimum is false. For the large-instance ranking, running the simulated bifurcation machine (or an equivalent implementation) on the G-dataset under matched time budgets and hardware, with independently recorded wall-clock times, would confirm or overturn the reported SBM advantage, since the current numbers are taken from the external benchmark.
Extended reading notes
Core claim
The central discovery is an empirical ranking of four approximate solvers on the Max-Cut problem. On the be and bqp datasets, where global optima are known for instances up to 251 nodes, the Hybrid solver and both simulated-annealing variants recovered the exact optimum on every instance, while the D-Wave fast-annealing QPU returned the optimum on only one of the fifty small instances and otherwise landed thousands of objective units below it. On the G-dataset of 69 instances with 800 to 10,000 nodes, the paper reports that Toshiba's simulated bifurcation machine and the slower simulated-annealing schedule produced the best cut values, the Hybrid solver was noticeably worse in quality but similar in speed, and the faster annealing schedule was the weakest. The conclusion the authors draw is that the new fast-annealing feature of the QPU does not translate into competitive solution quality for Max-Cut, and the leading solvers in this comparison are classical or classical-hybrid.
Load-bearing premise
The large-instance conclusion that the simulated bifurcation machine matches the slower classical annealing depends on SBM solution values and runtimes taken from an external, non-peer-reviewed benchmark that the authors did not run, verify, or compare on equal hardware; if those numbers are inaccurate or not comparable, the G-dataset ranking is not established.
Editorial extensions
If this is right
- For Max-Cut instances with known optima up to 251 nodes, the D-Wave Hybrid solver and both simulated-annealing schedules are equivalent in solution quality, so any claim of quantum advantage for these cases must beat a classical baseline that never misses the optimum.
- The fast-annealing QPU, as configured out of the box, cannot be recommended as a near-optimal solver for Max-Cut: it produced the optimum on only one of the fifty small instances and could not handle instances above 151 nodes.
- On large G-instances, solution quality for simulated annealing is bought with runtime: the slow SA2 schedule beats the fast SA1 schedule, so reported runtimes for SA are meaningful only together with the annealing schedule.
- The Hybrid solver's overall quality on the G-dataset sits between the fast and slow classical schedules, with speed comparable to the simulated bifurcation machine, making it a fast but not the best-quality option.
- SBM and SA2 are the two leading solvers by solution quality on the G-dataset, with SA2 orders of magnitude slower, so the practical choice depends on whether runtime or best cut value matters.
Reading between the lines
- The paper's negative QPU result is for generic Max-Cut instances; earlier work cited in the paper suggests tunneling-friendly planted problems can favor quantum annealing, so the finding should not be extrapolated to such structures.
- A fair time-equality comparison is missing: SA2 runs for roughly 600 to 1000 seconds while SBM is credited with about 10 seconds, so it remains an open question how SA2 would perform if capped at SBM's time budget.
- The Hybrid solver's black-box decomposition prevents isolating why it loses quality on large instances; testing it on sparse versus dense subgraphs or varying decomposition parameters would localize the bottleneck.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a benchmark of four approximate solvers for the Max-Cut problem on 139 instances drawn from three datasets (be, bqp, and G). The solvers are D-Wave's fast-annealing QPU, D-Wave's Hybrid solver, two variants of a simulated-annealing algorithm (SA1, SA2) from Myklebust, and Toshiba's Simulated Bifurcation Machine (SBM), with the SBM results transcribed from a non-peer-reviewed Medium post. For instances with at most 251 vertices, the paper reports certified global optima obtained with the BiqBin and MADAM exact solvers; for larger instances it uses best-known values from the literature. The main reported findings are that Hybrid, SA1, and SA2 always match the global optimum on the small instances while the QPU does not, and that on the G-set SBM and SA2 deliver the best solution values while Hybrid and SA1 perform noticeably worse. The paper also reports computation times and argues that Hybrid and SBM are fast while SA2 trades time for quality. The underlying datasets are made publicly available.
Significance. If the small-instance results hold, they provide a credible additional negative data point for the fast-annealing D-Wave QPU on Max-Cut, and the open datasets with certified optima are a useful community resource. The comparison on the G-set is potentially important because it suggests that a classical SA tuned for Max-Cut can match or beat a commercial hybrid quantum-classical solver when given enough runtime. However, the large-instance conclusion rests on SBM values and times taken from a Medium post that the authors did not run or independently verify, and several entries have a suspicious constant 10.00 s runtime that looks like a fixed time budget rather than a measured time-to-solution. The paper honestly discloses that [4] is not peer-reviewed, but that disclosure does not cure the reliability problem. With that caveat, the paper's own SA1/SA2/Hybrid comparisons on the G-set are internally consistent and are a valid contribution; the SBM-based efficiency claims are not.
major comments (3)
- [Section 4.2, Tables 3-4] The central large-instance conclusion that 'SBM and SA2 are very competitive' while Hybrid and SA1 are worse depends entirely on the SBM column transcribed from the non-peer-reviewed Medium post [4]. Many tSBM entries are exactly 10.00 s (e.g., G35-G39, G55, G57, G60-G63, G70, G72, and also G14, G23, G53, G54), which strongly suggests that these are fixed time budgets rather than measured computation times. If [4] reports a stopping limit rather than time-to-solution, the paper's claims about SBM's computational efficiency are unsupported. The authors should either run the SBM code (or a comparable simulated-bifurcation implementation) themselves, or clearly label the SBM column as externally reported values and avoid time-based efficiency claims that depend on unknown stopping rules.
- [Section 5, Discussion vs. Tables 3-4] The statement that SA2 takes 'factor 10000' more time than SBM is internally inconsistent with the reported tables. For most G-set instances with tSBM capped at 10.00 s, the ratio tSA2/tSBM is about 60-100 (e.g., G35: 683.91/10.00 ≈ 68, G67: 630.33/10.01 ≈ 63), and a factor of 10000 holds only for a few instances with tSBM ≈ 0.02 s such as G1 and G6. This discrepancy indicates that the externally sourced time data were not checked against the other columns; the text should report actual ratios or remove the factor.
- [Section 3 and Section 4.2] The QPU benchmark is not reproducible as reported. The paper does not give the annealing time, the number of reads, the embedding parameters, or whether any post-processing (e.g., majority vote or multiple restarts) was applied, and no QPU computation times are reported in Table 1 even though computational efficiency is part of the paper's stated objectives. These parameters are essential for interpreting the QPU's solution quality and for comparing it with the other solvers; please add them or state explicitly that they are unavailable.
minor comments (5)
- [Section 1.1] The sentence 'for problem sizes below 500, these are global optima calculated using exact solvers BiqBin and MADAM' is imprecise: the bqp500 instances have n = 501 and are later described as having only best-known values without a certificate of optimality (Section 4.2).
- [Tables 3 and 4] The column header 'tSBAM(s)' contains a typo; it should be 'tSBM(s)' to match the rest of the text.
- [Table 1] The objective values in Table 1 are negative (because the D-Wave input was formulated as a minimization problem), but the text consistently discusses Max-Cut maximization; an explicit note explaining the sign convention would prevent confusion.
- [Section 4.2] The sentence that SA1 'often slightly more than SBM' is not supported by the tables: for the largest G-set instances SA1 times are typically 1.5-3 s while many SBM times are 10.00 s, so SA1 is often faster; please rephrase.
- [Section 4.2] The claim that the bold values in Tables 3-4 'are also the best-known solutions so far' is stronger than what the authors can support from the cited literature alone; suggest 'best among the compared solvers' or 'best-known to the authors'.
Circularity Check
No significant circularity: empirical benchmark with independently measured solvers; the only external data (SBM) is openly disclosed as unverified provenance, not a circular derivation.
full rationale
This is an empirical benchmarking study, not a derivation chain. The core comparisons are measured solver outputs (QPU, Hybrid, SA1, SA2) against known or best-known Max-Cut values. The self-citations to BiqBin [5] and MADAM [6] are exact solvers that produce certified global optima, so they constitute independent evidence rather than a circular premise. The only external results are the SBM values transcribed from [4], a non-peer-reviewed Medium post; the paper explicitly states that the authors had no access to SBM and relied entirely on that source, which is a data-provenance and comparability limitation, not a circular reduction of the authors' own equations. The large-instance best-known values are taken from the literature, and the tables show the authors' own SA2 and Hybrid runs frequently disagree with the transcribed SBM values (e.g., G35: SBM 7685 vs SA2 7686; G58: SBM 19257 vs SA2 19118), so the SBM conclusion is not forced by construction. No fitted parameter is renamed as a prediction, and no uniqueness or ansatz is imported from the authors' prior work. Hence no significant circularity is present.
Assumptions & free parameters
free parameters (5)
- SA1 annealing schedule =
T0=10000, decrement step 2e-4
- SA2 annealing schedule =
T0=40000, decrement step 2e-6
- QPU annealing parameters =
not reported (annealing time, number of reads, chain strength)
- Hybrid solver configuration =
out-of-the-box defaults (unspecified)
- SBM time limit =
10 s for many instances
assumptions (4)
- domain assumption BiqBin and MADAM provide correct global optima for all instances with n <= 251.
- domain assumption The best-known values cited for the G-set are correct and up-to-date.
- ad hoc to paper The SBM results reported in [4] are accurate and directly comparable despite different hardware.
- standard math Max-Cut, QUBO, and Ising formulations are equivalent for these instances.
Cite this review
Pith. "Pith review of Accuracy and Performance Evaluation of Quantum, Classical and Hybrid Solvers for the Max-Cut Problem." pith.science (2026). https://pith.science/paper/AN2BO3CN
@misc{pith2026241207460,
author = {Pith},
title = {Pith review of: Accuracy and Performance Evaluation of Quantum, Classical and Hybrid Solvers for the Max-Cut Problem},
year = {2026},
howpublished = {\url{https://pith.science/paper/AN2BO3CN}},
note = {Machine review of arXiv:2412.07460}
}
read the original abstract
This paper investigates the performance of quantum, classical, and hybrid solvers on the NP-hard Max-Cut and QUBO problems, examining their solution quality relative to the global optima and their computational efficiency. We benchmark the new fast annealing D-Wave quantum processing unit (QPU) and D-Wave Hybrid solver against the state-of-the-art classical simulated annealing algorithm (SA) and Toshiba's simulated bifurcation machine (SBM). Our study leverages three datasets encompassing 139 instances of the Max-Cut problem with sizes ranging from 100 to 10,000 nodes. For instances below 251 nodes, global optima are known and reported, while for larger instances, we utilize the best-known solutions from the literature. Our findings reveal that for the smaller instances where the global optimum is known, the Hybrid solver and SA algorithm consistently achieve the global optimum, outperforming the QPU. For larger instances where global optima are unknown, we observe that the SBM and the slower variant of SA deliver competitive solution quality, while the Hybrid solver and the faster variant of SA performed noticeably worse. Although computing time varies due to differing underlying hardware, the Hybrid solver and the SBM demonstrate both efficient computation times, while for SA reduction in computation time can be achieved at the expense of solution quality.
Forward citations
Cited by 3 Pith papers
-
Cosm: Collective Switched Motion for Fast and Accurate Sparse Ising Optimization
Cosm finds certified optimal cuts on Gset G72/G77/G81 and reduces best-known times-to-target on G61/G70 from hundreds of hours to 36–303 s via switched circular dynamics.
-
Limitations of tensor network approaches for optimization and sampling: A comparison to quantum and classical Ising machines
A tensor-network branch-and-bound solver is slower and slightly less accurate than Ising machines on large random Pegasus and Zephyr spin glasses, but beats them on planted-instance energy.
-
Exact Spin Elimination in Ising Hamiltonians and Energy-Based Machine Learning
The exact spin-elimination idea via Walsh-Hadamard expansion is sound, but the paper's explicit two-spin, three-spin, and other gadget formulas contain sign errors that break the claimed ground-state preservation.
Reference graph
Works this paper leans on
-
[4]
Benchmarking the MAX-CUT problem on the Simulated Bifurcation Machine
Y Matsuda. Benchmarking the MAX-CUT problem on the Simulated Bifurcation Machine. 2019. url: https : / / medium . com / toshiba - sbm / benchmarking - the - max-cut-problem-on-the-simulated-bifurcation-machine-e26e1127c0b0
work page 2019
-
[1]
Quantum supremacy using a programmable superconducting processor
Frank Arute et al. “Quantum supremacy using a programmable superconducting processor”. In:Nature 574.7779 (2019), pp. 505–510
work page 2019
-
[2]
Perspectives of quantum annealing: Methods and implemen- tations
Philipp Hauke et al. “Perspectives of quantum annealing: Methods and implemen- tations”. In:Reports on Progress in Physics83.5 (2020), p. 054401
work page 2020
-
[3]
Solving maximum cut problems by simulated annealing
Tor GJ Myklebust. “Solving maximum cut problems by simulated annealing”. In: arXiv preprint arXiv:1505.03068(2015)
work page Pith review arXiv 2015
-
[5]
BiqBin: a parallel branch-and-bound solver for binary quadratic problems with linear constraints
Nicolo Gusmeroli et al. “BiqBin: a parallel branch-and-bound solver for binary quadratic problems with linear constraints”. In:ACM Transactions on Mathematical Software (TOMS)48.2 (2022), pp. 1–31
work page 2022
-
[6]
MADAM: a parallel exact solver for max-cut based on semidefinite programming and ADMM
Timotej Hrga and Janez Povh. “MADAM: a parallel exact solver for max-cut based on semidefinite programming and ADMM”. In: Computational Optimization and Applications 80.2 (2021), pp. 347–375
work page 2021
-
[7]
Computational multiqubit tunnelling in programmable quantum annealers
Sergio Boixo et al. “Computational multiqubit tunnelling in programmable quantum annealers”. In:Nature communications7.1 (2016), p. 10327
work page 2016
-
[8]
What is the computational value of finite-range tunneling?
Vasil S Denchev et al. “What is the computational value of finite-range tunneling?” In: Physical Review X6.3 (2016), p. 031015
work page 2016
Show all 52 references
-
[9]
The potential of quantum annealing for rapid solution structure identification
Yuchen Pang et al. “The potential of quantum annealing for rapid solution structure identification”. In:Constraints 26.1 (2021), pp. 1–25. Accepted in Quantum 0000-00-00, click title to verify. Published under CC-BY 4.0. 16
2021
-
[10]
On the emerging potential of quantum annealing hardware for combinatorial optimization
Byron Tasseff et al. “On the emerging potential of quantum annealing hardware for combinatorial optimization”. In:arXiv preprint arXiv:2210.04291(2022)
2022 arXiv
-
[11]
Solving set cover with pairs problem using quantum annealing
Yudong Cao et al. “Solving set cover with pairs problem using quantum annealing”. In: Scientific reports6.1 (2016), p. 33957
2016
-
[12]
Quantum annealing amid local ruggedness and global frustra- tion
James King et al. “Quantum annealing amid local ruggedness and global frustra- tion”. In:Journal of the Physical Society of Japan88.6 (2019), p. 061007
2019
-
[13]
Strengths and weaknesses of weak-strong cluster prob- lems: A detailed overview of state-of-the-art classical heuristics versus quantum ap- proaches
Salvatore Mandra et al. “Strengths and weaknesses of weak-strong cluster prob- lems: A detailed overview of state-of-the-art classical heuristics versus quantum ap- proaches”. In:Physical Review A94.2 (2016), p. 022337
2016
-
[14]
Benchmark test of black-box optimization using d-wave quantumannealer
Ami S Koshikawa et al. “Benchmark test of black-box optimization using d-wave quantumannealer”.In: Journal of the Physical Society of Japan90.6(2021),p.064001
2021
-
[15]
Readiness of quantum optimization machines for industrial applications
Alejandro Perdomo-Ortiz et al. “Readiness of quantum optimization machines for industrial applications”. In:Physical Review Applied12.1 (2019), p. 014004
2019
-
[16]
Embedding overhead scaling of optimization problems in quan- tum annealing
Mario S Könz et al. “Embedding overhead scaling of optimization problems in quan- tum annealing”. In:PRX Quantum2.4 (2021), p. 040322
2021
-
[17]
Best-case performance of quantum annealers on native spin-glass benchmarks: How chaos can affect success probabilities
Zheng Zhu et al. “Best-case performance of quantum annealers on native spin-glass benchmarks: How chaos can affect success probabilities”. In:Physical Review A93.1 (2016), p. 012317
2016
-
[18]
Temperature scaling law for quantum annealing optimizers
Tameem Albash, Victor Martin-Mayor, and Itay Hen. “Temperature scaling law for quantum annealing optimizers”. In:Physical review letters119.11 (2017), p. 110502
2017
-
[19]
Demonstration of a scaling advantage for a quantum annealer over simulated annealing
Tameem Albash and Daniel A Lidar. “Demonstration of a scaling advantage for a quantum annealer over simulated annealing”. In:Physical Review X8.3 (2018), p. 031016
2018
-
[20]
Scaling advantage over path-integral Monte Carlo in quantum simulation of geometrically frustrated magnets
Andrew D King et al. “Scaling advantage over path-integral Monte Carlo in quantum simulation of geometrically frustrated magnets”. In:Nature communications 12.1 (2021), p. 1113
2021
-
[21]
Coherent quantum annealing in a programmable 2,000 qubit Ising chain
Andrew D King et al. “Coherent quantum annealing in a programmable 2,000 qubit Ising chain”. In:Nature Physics18.11 (2022), pp. 1324–1328
2022
-
[22]
Quantum critical dynamics in a 5,000-qubit programmable spin glass
Andrew D King et al. “Quantum critical dynamics in a 5,000-qubit programmable spin glass”. In:Nature 617.7959 (2023), pp. 61–66
2023
-
[23]
Computational supremacy in quantum simulation
Andrew D King et al. “Computational supremacy in quantum simulation”. In:arXiv preprint arXiv:2403.00910 (2024)
2024
-
[24]
Garden opti- mization problems for benchmarking quantum annealers
Carlos D Gonzalez Calaza, Dennis Willsch, and Kristel Michielsen. “Garden opti- mization problems for benchmarking quantum annealers”. In:Quantum Information Processing20.9 (2021), p. 305
2021
-
[25]
The Advantage System: Performance Update
D-Wave Systems Inc. The Advantage System: Performance Update. 2021. url: ht tps://www.dwavesys.com/media/kjtlcemb/14- 1054a- a_advantage_system_ performance_update.pdf (visited on 04/22/2024)
2021
-
[26]
Benchmarking d-wave quantum annealers: Spectral gap scaling of maximum cardinality matching problems
Cameron Robert McLeod and Michele Sasdelli. “Benchmarking d-wave quantum annealers: Spectral gap scaling of maximum cardinality matching problems”. In: International Conference on Computational Science. Springer. 2022, pp. 150–163
2022
-
[27]
Benchmarking Advantage and D-Wave 2000Q quantum an- nealerswithexactcoverproblems
Dennis Willsch et al. “Benchmarking Advantage and D-Wave 2000Q quantum an- nealerswithexactcoverproblems”.In: Quantum Information Processing21.4(2022), p. 141. Accepted in Quantum 0000-00-00, click title to verify. Published under CC-BY 4.0. 17
2022
-
[28]
3-regular three-XORSAT planted solutions benchmark of classical and quantum heuristic optimizers
Matthew Kowalsky et al. “3-regular three-XORSAT planted solutions benchmark of classical and quantum heuristic optimizers”. In:Quantum Science and Technology 7.2 (2022), p. 025008
2022
-
[29]
Exponentially biased ground-state sampling of quantum annealing machines with transverse-field driving hamiltonians
Salvatore Mandra, Zheng Zhu, and Helmut G Katzgraber. “Exponentially biased ground-state sampling of quantum annealing machines with transverse-field driving hamiltonians”. In:Physical review letters118.7 (2017), p. 070502
2017
-
[30]
Fair sampling of ground- state configurations of binary optimization problems
Zheng Zhu, Andrew J Ochoa, and Helmut G Katzgraber. “Fair sampling of ground- state configurations of binary optimization problems”. In:Physical Review E99.6 (2019), p. 063314
2019
-
[31]
Experimental investigation of performance differences between coherent Ising machines and a quantum annealer
Ryan Hamerly et al. “Experimental investigation of performance differences between coherent Ising machines and a quantum annealer”. In:Science advances5.5 (2019), eaau0823
2019
-
[32]
Augmenting an electronic Ising machine to effectively solve boolean satisfiability
Anshujit Sharma et al. “Augmenting an electronic Ising machine to effectively solve boolean satisfiability”. In:Scientific Reports13.1 (2023), p. 22858
2023
-
[33]
Increasing the Hardness of Posi- form Planting Using Random QUBOs for Programmable Quantum Annealer Bench- marking
Elijah Pelofske, Georg Hahn, and Hristo Djidjev. “Increasing the Hardness of Posi- form Planting Using Random QUBOs for Programmable Quantum Annealer Bench- marking”. In:arXiv preprint arXiv:2411.03626(2024)
2024 arXiv
-
[34]
Viewing vanilla quantum annealing through spin glasses
Helmut G Katzgraber. “Viewing vanilla quantum annealing through spin glasses”. In: Quantum Science and Technology3.3 (2018), p. 030505
2018
-
[35]
Improving Performance in Combinatorial Optimization Problems with Inequality Constraints: An Evaluation of the Unbalanced Penaliza- tion Method on D-Wave Advantage
JA Montanez-Barrera et al. “Improving Performance in Combinatorial Optimization Problems with Inequality Constraints: An Evaluation of the Unbalanced Penaliza- tion Method on D-Wave Advantage”. In:2023 IEEE International Conference on Quantum Computing and Engineering (QCE). V...
2023
-
[36]
Machine learning at the energy and intensity frontiers of particle physics
Alexander Radovic et al. “Machine learning at the energy and intensity frontiers of particle physics”. In:Nature 560.7716 (2018), pp. 41–48
2018
-
[37]
Quantum adiabatic machine learning by zooming into a region of the energy surface
Alexander Zlokapa et al. “Quantum adiabatic machine learning by zooming into a region of the energy surface”. In:Physical Review A102.6 (2020), p. 062405
2020
-
[38]
Max-Cut benchmark dataset.Versionv0.0.4.Dec.2024
VidErženetal. Max-Cut benchmark dataset.Versionv0.0.4.Dec.2024. doi:10.5281/zen- odo.14290290. url: https://doi.org/10.5281/zenodo.14290290
2024 doi
-
[39]
Reducibility among combinatorial problems
Richard M Karp. Reducibility among combinatorial problems. Springer, 2010
2010
-
[40]
Anapplicationofcombinatorialoptimizationtostatistical physics and circuit layout design
FranciscoBarahonaetal.“Anapplicationofcombinatorialoptimizationtostatistical physics and circuit layout design”. In:Operations Research36.3 (1988), pp. 493–513
1988
-
[41]
Calculating exact ground states of spin glasses: A polyhedral approach
Martin Grötschel, Michael Jünger, and Gerhard Reinelt. “Calculating exact ground states of spin glasses: A polyhedral approach”. In:Heidelberg Colloquium on Glassy Dynamics: Proceedings of a Colloquium on Spin Glasses, Optimization and Neural Networks Held at the University of...
1986
-
[42]
Contributions to determining exact ground-states of Ising spin-glasses and to their physics
Frauke Liers. “Contributions to determining exact ground-states of Ising spin-glasses and to their physics”. PhD thesis. Universität zu Köln, 2004
2004
-
[43]
What works best when? A sys- tematic evaluation of heuristics for Max-Cut and QUBO
Iain Dunning, Swati Gupta, and John Silberholz. “What works best when? A sys- tematic evaluation of heuristics for Max-Cut and QUBO”. In:INFORMS Journal on Computing30.3 (2018), pp. 608–624
2018
-
[44]
Quantum annealing versus digital computing: An experimen- tal comparison
Michael Jünger et al. “Quantum annealing versus digital computing: An experimen- tal comparison”. In:Journal of Experimental Algorithmics (JEA)26 (2021), pp. 1– 30. Accepted in Quantum 0000-00-00, click title to verify. Published under CC-BY 4.0. 18
2021
-
[45]
Improved approximation algorithms for maximum cut and satisfiability problems using semidefinite programming
Michel X Goemans and David P Williamson. “Improved approximation algorithms for maximum cut and satisfiability problems using semidefinite programming”. In: Journal of the ACM (JACM)42.6 (1995), pp. 1115–1145
1995
-
[46]
Optimal inapproximability results for MAX-CUT and other 2-variable CSPs?
Subhash Khot et al. “Optimal inapproximability results for MAX-CUT and other 2-variable CSPs?” In:SIAM Journal on Computing37.1 (2007), pp. 319–357
2007
-
[47]
Experimentsinquadratic 0–1 programming
FranciscoBarahona,MichaelJünger,andGerhardReinelt.“Experimentsinquadratic 0–1 programming”. In:Mathematical programming44.1 (1989), pp. 127–137
1989
-
[48]
Optimization by sim- ulated annealing
Scott Kirkpatrick, C Daniel Gelatt Jr, and Mario P Vecchi. “Optimization by sim- ulated annealing”. In:science 220.4598 (1983), pp. 671–680
1983
-
[49]
Thermodynamicalapproachtothetravelingsalesmanproblem:An efficient simulation algorithm
VladimírČern` y.“Thermodynamicalapproachtothetravelingsalesmanproblem:An efficient simulation algorithm”. In:Journal of optimization theory and applications 45 (1985), pp. 41–51
1985
-
[50]
Biq Mac Library – A collection of Max-Cut and quadratic 0-1 programming instances of medium size
Angelika Wiegele. “Biq Mac Library – A collection of Max-Cut and quadratic 0-1 programming instances of medium size”. In:Preprint (2007)
2007
-
[51]
BiqMac Library
Angelika Wiegele. BiqMac Library. http : / / biqmac . aau . at / biqmaclib . html. 2007
2007
-
[52]
A spectral bundle method for semidefinite programming
Christoph Helmberg and Franz Rendl. “A spectral bundle method for semidefinite programming”. In:SIAM Journal on Optimization10.3 (2000), pp. 673–696. Accepted in Quantum 0000-00-00, click title to verify. Published under CC-BY 4.0. 19
2000
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.