Skip to main content

Showing 1–26 of 26 results for author: Anders, M

.
  1. arXiv:2407.04419  [pdf, ps, other

    cs.AI cs.CC

    The Complexity of Symmetry Breaking Beyond Lex-Leader

    Authors: Markus Anders, Sofia Brenner, Gaurav Rattan

    Abstract: Symmetry breaking is a widely popular approach to enhance solvers in constraint programming, such as those for SAT or MIP. Symmetry breaking predicates (SBPs) typically impose an order on variables and single out the lexicographic leader (lex-leader) in each orbit of assignments. Although it is NP-hard to find complete lex-leader SBPs, incomplete lex-leader SBPs are widely used in practice. In t… ▽ More

    Submitted 5 July, 2024; originally announced July 2024.

    Comments: accepted to CP 2024

  2. arXiv:2406.13557  [pdf, ps, other

    cs.DS

    satsuma: Structure-based Symmetry Breaking in SAT

    Authors: Markus Anders, Sofia Brenner, Gaurav Rattan

    Abstract: Symmetry reduction is crucial for solving many interesting SAT instances in practice. Numerous approaches have been proposed, which try to strike a balance between symmetry reduction and computational overhead. Arguably the most readily applicable method is the computation of static symmetry breaking constraints: a constraint restricting the search-space to non-symmetrical solutions is added to a… ▽ More

    Submitted 19 June, 2024; originally announced June 2024.

    Comments: accepted to SAT 2024

    MSC Class: 68W01

  3. Taming Horizontal Instability in Merge Trees: On the Computation of a Comprehensive Deformation-based Edit Distance

    Authors: Florian Wetzels, Markus Anders, Christoph Garth

    Abstract: Comparative analysis of scalar fields in scientific visualization often involves distance functions on topological abstractions. This paper focuses on the merge tree abstraction (representing the nesting of sub- or superlevel sets) and proposes the application of the unconstrained deformation-based edit distance. Previous approaches on merge trees often suffer from instability: small perturbations… ▽ More

    Submitted 16 August, 2023; originally announced August 2023.

  4. arXiv:2306.00613  [pdf, ps, other

    cs.DS

    Algorithms Transcending the SAT-Symmetry Interface

    Authors: Markus Anders, Pascal Schweitzer, Mate Soos

    Abstract: Dedicated treatment of symmetries in satisfiability problems (SAT) is indispensable for solving various classes of instances arising in practice. However, the exploitation of symmetries usually takes a black box approach. Typically, off-the-shelf external, general-purpose symmetry detection tools are invoked to compute symmetry groups of a formula. The groups thus generated are a set of permutatio… ▽ More

    Submitted 1 January, 2024; v1 submitted 1 June, 2023; originally announced June 2023.

    Comments: appeared at SAT 2023; second version corrects some minor inaccuracies

    MSC Class: 68W01

  5. arXiv:2302.06351  [pdf, other

    cs.DS

    Engineering a Preprocessor for Symmetry Detection

    Authors: Markus Anders, Pascal Schweitzer, Julian Stieß

    Abstract: State-of-the-art solvers for symmetry detection in combinatorial objects are becoming increasingly sophisticated software libraries. Most of the solvers were initially designed with inputs from combinatorics in mind (nauty, bliss, Traces, dejavu). They excel at dealing with a complicated core of the input. Others focus on practical instances that exhibit sparsity. They excel at dealing with compar… ▽ More

    Submitted 13 February, 2023; originally announced February 2023.

    MSC Class: 68W20 ACM Class: G.2.2

  6. arXiv:2205.12799  [pdf, ps, other

    cs.LO cs.DS

    SAT Preprocessors and Symmetry

    Authors: Markus Anders

    Abstract: Exploitation of symmetries is an indispensable approach to solve certain classes of difficult SAT instances. Numerous techniques for the use of symmetry in SAT have evolved over the past few decades. But no matter how symmetries are used precisely, they have to be detected first. We investigate how to detect more symmetry, faster. The initial idea is to reap the benefits of SAT preprocessing for s… ▽ More

    Submitted 25 May, 2022; originally announced May 2022.

  7. arXiv:2112.04314  [pdf, ps, other

    cs.LG cs.AI stat.ML

    A systematic approach to random data augmentation on graph neural networks

    Authors: Billy Joe Franks, Markus Anders, Marius Kloft, Pascal Schweitzer

    Abstract: Random data augmentations (RDAs) are state of the art regarding practical graph neural networks that are provably universal. There is great diversity regarding terminology, methodology, benchmarks, and evaluation metrics used among existing RDAs. Not only does this make it increasingly difficult for practitioners to decide which technique to apply to a given problem, but it also stands in the way… ▽ More

    Submitted 21 March, 2022; v1 submitted 8 December, 2021; originally announced December 2021.

  8. arXiv:2109.07352  [pdf

    physics.bio-ph

    Liquid-liver phantom: mimicking the viscoelastic dispersion of human liver for elastography in ultrasound and MRI

    Authors: Anna S. Morr, Helge Herthum, Felix Schrank, Steffen Görner, Matthias S. Anders, Markus Lerchbaumer, Hans P. Müller, Thomas Fischer, Klaus-Vitold Jenderka, Hendrik H. G. Hansen, Paul A. Janmey, Jürgen Braun, Ingolf Sack, Heiko Tzschätzsch

    Abstract: Different clinical elastography devices show different liver-stiffness values in the same subject, hindering comparison of values and establishment of system-independent thresholds for disease detection. Therefore, authorities request standardized phantoms that address the viscosity-related dispersion of stiffness over frequency. A linear polymerized polyacrylamide phantom (PAAm) was calibrated to… ▽ More

    Submitted 15 September, 2021; originally announced September 2021.

    Comments: 20 Pages, Main text: 6 Figures, 1 Table, Supplementary material: 6 Figures, 1 Table

  9. arXiv:2109.07302  [pdf, ps, other

    cs.DS cs.DM

    A Characterization of Individualization-Refinement Trees

    Authors: Markus Anders, Jendrik Brachter, Pascal Schweitzer

    Abstract: Individualization-Refinement (IR) algorithms form the standard method and currently the only practical method for symmetry computations of graphs and combinatorial objects in general. Through backtracking, on each graph an IR-algorithm implicitly creates an IR-tree whose order is the determining factor of the running time of the algorithm. We give a precise and constructive characterization whic… ▽ More

    Submitted 15 September, 2021; originally announced September 2021.

    Comments: to appear at ISAAC 2021

    MSC Class: 05C75 ACM Class: F.2.2; G.2.2

  10. arXiv:2108.04590  [pdf, other

    cs.DS

    Parallel Computation of Combinatorial Symmetries

    Authors: Markus Anders, Pascal Schweitzer

    Abstract: In practice symmetries of combinatorial structures are computed by transforming the structure into an annotated graph whose automorphisms correspond exactly to the desired symmetries. An automorphism solver is then employed to compute the automorphism group of the constructed graph. Such solvers have been developed for over 50 years, and highly efficient sequential, single core tools are available… ▽ More

    Submitted 10 August, 2021; originally announced August 2021.

    Comments: ESA 2021

    MSC Class: 68W20 ACM Class: G.2.2

  11. arXiv:2103.10244  [pdf, ps, other

    cs.DS cs.DM

    Comparative Design-Choice Analysis of Color Refinement Algorithms Beyond the Worst Case

    Authors: Markus Anders, Pascal Schweitzer, Florian Wetzels

    Abstract: Color refinement is a crucial subroutine in symmetry detection in theory as well as practice. It has further applications in machine learning and in computational problems from linear algebra. While tight lower bounds for the worst case complexity are known [Berkholz, Bonsma, Grohe, ESA2013] no comparative analysis of design choices for color refinement algorithms is available. We devise two model… ▽ More

    Submitted 18 March, 2021; originally announced March 2021.

    MSC Class: 05C85; 68W27; 68Q25 ACM Class: F.2.2; G.2.2

  12. arXiv:2011.09375  [pdf, other

    cs.DS cs.DM

    Engineering a Fast Probabilistic Isomorphism Test

    Authors: Markus Anders, Pascal Schweitzer

    Abstract: We engineer a new probabilistic Monte-Carlo algorithm for isomorphism testing. Most notably, as opposed to all other solvers, it implicitly exploits the presence of symmetries without explicitly computing them. We provide extensive benchmarks, showing that the algorithm outperforms all state-of-the-art solutions for isomorphism testing on most inputs from the de facto standard benchmark library… ▽ More

    Submitted 18 November, 2020; originally announced November 2020.

    Comments: To appear at ALENEX 2021

    MSC Class: 68W20 ACM Class: G.2.2

  13. arXiv:2011.01726  [pdf, ps, other

    cs.DS cs.DM

    Search Problems in Trees with Symmetries: near optimal traversal strategies for individualization-refinement algorithms

    Authors: Markus Anders, Pascal Schweitzer

    Abstract: We define a search problem on trees that closely captures the backtracking behavior of all current practical graph isomorphism algorithms. Given two trees with colored leaves, the goal is to find two leaves of matching color, one in each of the trees. The trees are subject to an invariance property which promises that for every pair of leaves of equal color there must be a symmetry (or an isomorph… ▽ More

    Submitted 3 November, 2020; originally announced November 2020.

    MSC Class: 68W20 ACM Class: F.2.2; G.2.2

  14. Effect of beam energy straggling on resonant yield in thin gas targets: The cases $^{22}$Ne(p,γ)$^{23}$Na and $^{14}$N(p,γ)$^{15}$O

    Authors: D. Bemmerer, F. Cavanna, R. Depalo, M. Aliotta, M. Anders, A. Boeltzig, C. Broggini, C. Bruno, A. Caciolli, P. Corvisiero, T. Davinson, Z. Elekes, F. Ferraro, A. Formicola, Zs. Fülöp, G. Gervino, A. Guglielmetti, C. Gustavino, Gy. Gyürky, R. Menegazzo, V. Mossa, F. R. Pantaleo, P. Prati, D. A. Scott, O. Straniero , et al. (3 additional authors not shown)

    Abstract: When deriving resonance strengths using the thick-target yield approximation, for very narrow resonances it may be necessary to take beam energy straggling into account. This applies to gas targets of a few keV width, especially if there is some additional structure in target stoichiometry or detection efficiency. The correction for this effect is shown and tested on recent studies of narrow reson… ▽ More

    Submitted 29 June, 2018; originally announced June 2018.

    Comments: Submitted to Europhys. Lett

    Journal ref: Europhys. Lett. 122 (2018) 52001

  15. arXiv:1711.10847  [pdf, other

    nucl-ex astro-ph.SR

    Astrophysical S-factor of the $^{14}\textrm{N(p,}γ\textrm{)}^{15}\textrm{O}$ reaction at 0.4 -- 1.3\,MeV

    Authors: L. Wagner, S. Akhmadaliev, M. Anders, D. Bemmerer, A. Caciolli, St. Gohl, M. Grieger, A. Junghans, M. Marta, F. Munnik, T. P. Reinhardt, S. Reinicke, M. Röder, K. Schmidt, R. Schwengner, M. Serfling, M. P. Takács, T. Szücs, A. Vomiero, A. Wagner, K. Zuber

    Abstract: The $^{14}\textrm{N(p,}γ\textrm{)}^{15}\textrm{O}$ reaction is the slowest reaction of the carbon-nitrogen cycle of hydrogen burning and thus determines its rate. The precise knowledge of its rate is required to correctly model hydrogen burning in asymptotic giant branch stars. In addition, it is a necessary ingredient for a possible solution of the solar abundance problem by using the solar… ▽ More

    Submitted 29 November, 2017; originally announced November 2017.

    Comments: Submitted to Phys. Rev. C

    Journal ref: Phys. Rev. C 97, 015801 (2018)

  16. arXiv:1610.00925  [pdf, other

    nucl-ex astro-ph.SR

    Direct measurement of low-energy $^{22}$Ne(p,$γ$)$^{23}$Na resonances

    Authors: R. Depalo, F. Cavanna, M. Aliotta, M. Anders, D. Bemmerer, A. Best, A. Boeltzig, C. Broggini, C. G. Bruno, A. Caciolli, G. F. Ciani, P. Corvisiero, T. Davinson, A. Di Leva, Z. Elekes, F. Ferraro, A. Formicola, Zs. Fülöp, G. Gervino, A. Guglielmetti, C. Gustavino, Gy. Gyürky, G. Imbriani, M. Junker, R. Menegazzo , et al. (8 additional authors not shown)

    Abstract: The $^{22}$Ne(p,$γ$)$^{23}$Na reaction is the most uncertain process in the neon-sodium cycle of hydrogen burning. At temperatures relevant for nucleosynthesis in asymptotic giant branch stars and classical novae, its uncertainty is mainly due to a large number of predicted but hitherto unobserved resonances at low energy. Purpose: A new direct study of low energy $^{22}$Ne(p,$γ$)$^{23}$Na resonan… ▽ More

    Submitted 4 October, 2016; originally announced October 2016.

    Comments: Submitted to Phys. Rev. C

    Journal ref: Phys. Rev. C 94, 055804 (2016)

  17. Three new low-energy resonances in the $^{22}$Ne(p,$γ$)$^{23}$Na reaction

    Authors: F. Cavanna, R. Depalo, M. Aliotta, M. Anders, D. Bemmerer, A. Best, A. Böltzig, C. Broggini, C. G. Bruno, A. Caciolli, P. Corvisiero, T. Davinson, A. di Leva, Z. Elekes, F. Ferraro, A. Formicola, Zs. Fülöp, G. Gervino, A. Guglielmetti, C. Gustavino, Gy. Gyürky, G. Imbriani, M. Junker, R. Menegazzo, V. Mossa , et al. (9 additional authors not shown)

    Abstract: The $^{22}$Ne(p,$γ$)$^{23}$Na reaction takes part in the neon-sodium cycle of hydrogen burning. This cycle affects the synthesis of the elements between $^{20}$Ne and $^{27}$Al in asymptotic giant branch stars and novae. The $^{22}$Ne(p,$γ$)$^{23}$Na reaction rate is very uncertain because of a large number of unobserved resonances lying in the Gamow window. At proton energies below 400\,keV, only… ▽ More

    Submitted 17 November, 2015; originally announced November 2015.

    Comments: 6 pages, 4 figures, submitted to Phys. Rev. Lett

    Journal ref: Phys. Rev. Lett. 115, 252501 (2015)

  18. Strengths of the resonances at 436, 479, 639, 661, and 1279 keV in the $^{22}$Ne(p,$γ$)$^{23}$Na reaction

    Authors: Rosanna Depalo, Francesca Cavanna, Federico Ferraro, Alessandra Slemer, Tariq Al-Abdullah, Shavkat Akhmadaliev, Michael Anders, Daniel Bemmerer, Zoltán Elekes, Giovanni Mattei, Stefan Reinicke, Konrad Schmidt, Carlo Scian, Louis Wagner

    Abstract: The $^{22}$Ne(p,$γ$)$^{23}$Na reaction is included in the neon-sodium cycle of hydrogen burning. A number of narrow resonances in the Gamow window dominates the thermonuclear reaction rate. Several resonance strengths are only poorly known. As a result, the $^{22}$Ne(p,$γ$)$^{23}$Na thermonuclear reaction rate is the most uncertain rate of the cycle. Here, a new experimental study of the strengths… ▽ More

    Submitted 21 October, 2015; v1 submitted 14 July, 2015; originally announced July 2015.

    Comments: Final version, now using the Kelly et al. (2015) data [15] for normalization; 10 pages, 7 figures, 3 tables

    Journal ref: Phys. Rev. C 92, 045807 (2015)

  19. arXiv:1504.05507  [pdf

    nucl-th

    Measured difference between 206Pb, 205Tl charge distributions and the proton 3s1/2 wave function

    Authors: M. R. Anders, S. Shlomo, I. Talmi

    Abstract: Charge density difference between 206Pb and 205Tl, measured by elastic electron scattering, is very similar to the charge density due to a proton in a 3s1/2 orbit. We look for a potential well whose 3s1/2 wave function yields the measured data. We developed a novel method to obtain the potential directly from the density and its first and second derivatives. Fits to parametrized potentials were al… ▽ More

    Submitted 21 April, 2015; originally announced April 2015.

    Comments: 16 pages (double spaced), 4 figures

  20. arXiv:1411.2888  [pdf, ps, other

    nucl-ex astro-ph.SR physics.ins-det

    A new study of the $^{22}$Ne(p,$γ$)$^{23}$Na reaction deep underground: Feasibility, setup, and first observation of the 186 keV resonance

    Authors: F. Cavanna, R. Depalo, M. -L. Menzel, M. Aliotta, M. Anders, D. Bemmerer, C. Broggini, C. G. Bruno, A. Caciolli, P. Corvisiero, T. Davinson, A. di Leva, Z. Elekes, F. Ferraro, A. Formicola, Zs. Fülöp, G. Gervino, A. Guglielmetti, C. Gustavino, Gy. Gyürky, G. Imbriani, M. Junker, R. Menegazzo, P. Prati, C. Rossi Alvarez , et al. (6 additional authors not shown)

    Abstract: The $^{22}$Ne(p,$γ$)$^{23}$Na reaction takes part in the neon-sodium cycle of hydrogen burning. This cycle is active in asymptotic giant branch stars as well as in novae and contributes to the nucleosythesis of neon and sodium isotopes. In order to reduce the uncertainties in the predicted nucleosynthesis yields, new experimental efforts to measure the $^{22}$Ne(p,$γ$)$^{23}$Na cross section direc… ▽ More

    Submitted 25 November, 2014; v1 submitted 11 November, 2014; originally announced November 2014.

    Comments: Minor errors corrected; final version

    Journal ref: Eur. Phys. J. A (2014) 50: 179

  21. Strength of the $E_{\text{p}}$=1.842 MeV resonance in the $^{40}$Ca(p,$γ$)$^{41}$Sc reaction revisited

    Authors: Konrad Schmidt, Shavkat Akhmadaliev, Michael Anders, Daniel Bemmerer, Antonio Caciolli, Mirco Dietz, Zoltán Elekes, Arnd R. Junghans, Marie-Luise Menzel, Ronald Schwengner, Andreas Wagner, Kai Zuber

    Abstract: The strength of the $E_{\rm p} = 1.842$ MeV resonance in the $^{40}$Ca(p,$γ$)$^{41}$Sc reaction is determined with two different methods: First, by an absolute strength measurement using calcium hydroxide targets, and second, relative to the well-determined strength of the resonance triplet at $E_α$ = 4.5 MeV in the $^{40}$Ca($α$,$γ$)$^{44}$Ti reaction. The present new value of… ▽ More

    Submitted 8 April, 2014; originally announced April 2014.

    Comments: Submitted to Phys. Rev. C

    Journal ref: Phys. Rev. C 89, 045802 (2014)

  22. Nuclear deformation and neutron excess as competing effects for pygmy dipole strength

    Authors: R. Massarczyk, R. Schwengner, F. Dönau, S. Frauendorf, M. Anders, D. Bemmerer, R. Beyer, C. Bhatia, E. Birgersson, M. Butterling, Z. Elekes, A. Ferrari, M. E. Gooden, R. Hannaske, A. R. Junghans, M. Kempe, J. H. Kelley, T. Kögler, A. Matic, M. L. Menzel, S. Müller, T. P. Reinhardt, M. Röder, G. Rusev, K. D. Schilling , et al. (5 additional authors not shown)

    Abstract: The electromagnetic dipole strength below the neutron-separation energy has been studied for the xenon isotopes with mass numbers A = 124, 128, 132, and 134 in nuclear resonance fluorescence experiments using the ELBE bremsstrahlung facility at Helmholtz-Zentrum Dresden-Rossendorf and the HIgS facility at Triangle Universities Nuclear Laboratory Durham. The systematic study gained new information… ▽ More

    Submitted 8 November, 2013; originally announced November 2013.

    Comments: 5 pages, subimtted to Physical Review Letters

  23. arXiv:1307.6516  [pdf, ps, other

    nucl-ex astro-ph.CO

    The resonance triplet at E_alpha = 4.5 MeV in the 40Ca(alpha,gamma)44Ti reaction

    Authors: Konrad Schmidt, Shavkat Akhmadaliev, Michael Anders, Daniel Bemmerer, Konstanze Boretzky, Antonio Caciolli, Detlev Degering, Mirco Dietz, Rugard Dressler, Zoltán Elekes, Zsolt Fülöp, György Gyürky, Roland Hannaske, Arnd R. Junghans, Michele Marta, Marie-Luise Menzel, Frans Munnik, Dorothea Schumann, Ronald Schwengner, Tamás Szücs, Andreas Wagner, Dmitry Yakorev, Kai Zuber

    Abstract: The 40Ca(alpha,gamma)44Ti reaction is believed to be the main production channel for the radioactive nuclide 44Ti in core-collapse supernovae. Radiation from decaying 44Ti has been observed so far for two supernova remnants, and a precise knowledge of the 44Ti production rate may help improve supernova models. The 40Ca(alpha,gamma)44Ti astrophysical reaction rate is determined by a number of narro… ▽ More

    Submitted 24 July, 2013; originally announced July 2013.

    Comments: 12 pages, 11 figures; submitted to Phys. Rev. C

    Journal ref: Phys. Rev. C 88, 025803 (2013)

  24. arXiv:1301.7185  [pdf, ps, other

    nucl-ex astro-ph.CO

    Neutron-induced background by an alpha-beam incident on a deuterium gas target and its implications for the study of the 2H(alpha,gamma)6Li reaction at LUNA

    Authors: M. Anders, D. Trezzi, A. Bellini, M. Aliotta, D. Bemmerer, C. Broggini, A. Caciolli, H. Costantini, P. Corvisiero, T. Davinson, Z. Elekes, M. Erhard, A. Formicola, Zs. Fülöp, G. Gervino, A. Guglielmetti, C. Gustavino, Gy. Gyürky, M. Junker, A. Lemut, M. Marta, C. Mazzocchi, R. Menegazzo, P. Prati, C. Rossi Alvarez , et al. (4 additional authors not shown)

    Abstract: The production of the stable isotope Li-6 in standard Big Bang nucleosynthesis has recently attracted much interest. Recent observations in metal-poor stars suggest that a cosmological Li-6 plateau may exist. If true, this plateau would come in addition to the well-known Spite plateau of Li-7 abundances and would point to a predominantly primordial origin of Li-6, contrary to the results of standa… ▽ More

    Submitted 30 January, 2013; originally announced January 2013.

    Comments: Submitted to EPJA; 13 pages, 8 figures

    Journal ref: Eur. Phys. J. A 49, 28 (2013)

  25. First Direct Measurement of the ^{17}O(p,γ)^{18}F Reaction Cross-Section at Gamow Energies for Classical Novae

    Authors: D. A. Scott, A. Caciolli, A. DiLeva, A. Formicola, M. Aliotta, M. Anders, D. Bemmerer, C. Broggini, M. Campeggio, P. Corvisiero, Z. Elekes, Zs. Fülöp, G. Gervino, A. Guglielmetti, C. Gustavino, Gy. Gyürky, G. Imbriani, M. Junker, M. Laubenstein, R. Menegazzo, M. Marta, E. Napolitani, P. Prati, V. Rigato, V. Roca , et al. (7 additional authors not shown)

    Abstract: Classical novae are important contributors to the abundances of key isotopes, such as the radioactive ^{18}F, whose observation by satellite missions could provide constraints on nucleosynthesis models in novae. The ^{17}O(p,γ)^{18}F reaction plays a critical role in the synthesis of both oxygen and fluorine isotopes but its reaction rate is not well determined because of the lack of experimental… ▽ More

    Submitted 24 October, 2012; originally announced October 2012.

    Comments: accepted by Phys. Rev. Lett

    Journal ref: Phys. Rev. Lett. 109, 202501 (2012)

  26. Preparation and characterisation of isotopically enriched Ta$_2$O$_5$ targets for nuclear astrophysics studies

    Authors: A. Caciolli, D. A. Scott, A. Di Leva, A. Formicola, M. Aliotta, M. Anders, A. Bellini, D. Bemmerer, C. Broggini, M. Campeggio, P. Corvisiero, R. Depalo, Z. Elekes, Zs. Fülöp, G. Gervino, A. Guglielmetti, C. Gustavino, Gy. Gyürky, G. Imbriani, M. Junker, M. Marta, R. Menegazzo, E. Napolitani, P. Prati, V. Rigato , et al. (11 additional authors not shown)

    Abstract: The direct measurement of reaction cross sections at astrophysical energies often requires the use of solid targets of known thickness, isotopic composition, and stoichiometry that are able to withstand high beam currents for extended periods of time. Here, we report on the production and characterisation of isotopically enriched Ta$_2$O$_5$ targets for the study of proton-induced reactions at the… ▽ More

    Submitted 1 October, 2012; originally announced October 2012.

    Comments: accepted to EPJA

    Journal ref: Eur. Phys. J. A (2012) 48:144