Skip to main content

Showing 1–23 of 23 results for author: De Causmaecker, P

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

    math.CO cs.DM

    Solving systems of equations on antichains for the computation of the ninth Dedekind Number

    Authors: Patrick De Causmaecker, Lennart Van Hirtum

    Abstract: We study systems of equations on antichains, together with a way to count the number of solutions. We start with two simple examples, generalise and show more applications. One of the results was used in the recent computation of D(9), the others have potential to speed up existing techniques in the future.

    Submitted 18 June, 2024; v1 submitted 31 May, 2024; originally announced May 2024.

  2. arXiv:2304.03039  [pdf, other

    cs.DM math.CO

    A computation of D(9) using FPGA Supercomputing

    Authors: Lennart Van Hirtum, Patrick De Causmaecker, Jens Goemaere, Tobias Kenter, Heinrich Riebler, Michael Lass, Christian Plessl

    Abstract: This preprint makes the claim of having computed the $9^{th}$ Dedekind Number. This was done by building an efficient FPGA Accelerator for the core operation of the process, and parallelizing it on the Noctua 2 Supercluster at Paderborn University. The resulting value is 286386577668298411128469151667598498812366. This value can be verified in two steps. We have made the data file containing the 4… ▽ More

    Submitted 18 April, 2023; v1 submitted 6 April, 2023; originally announced April 2023.

  3. arXiv:2211.09665  [pdf, other

    cs.DS cs.AI

    Features for the 0-1 knapsack problem based on inclusionwise maximal solutions

    Authors: Jorik Jooken, Pieter Leyman, Patrick De Causmaecker

    Abstract: Decades of research on the 0-1 knapsack problem led to very efficient algorithms that are able to quickly solve large problem instances to optimality. This prompted researchers to also investigate whether relatively small problem instances exist that are hard for existing solvers and investigate which features characterize their hardness. Previously the authors proposed a new class of hard 0-1 kna… ▽ More

    Submitted 16 November, 2022; originally announced November 2022.

  4. arXiv:2112.08549  [pdf, other

    cs.LG cs.AI

    A prediction-based approach for online dynamic patient scheduling: a case study in radiotherapy treatment

    Authors: Tu-San Pham, Antoine Legrain, Patrick De Causmaecker, Louis-Martin Rousseau

    Abstract: Patient scheduling is a difficult task involving stochastic factors such as the unknown arrival times of patients. Similarly, the scheduling of radiotherapy for cancer treatments needs to handle patients with different urgency levels when allocating resources. High priority patients may arrive at any time, and there must be resources available to accommodate them. A common solution is to reserve a… ▽ More

    Submitted 23 October, 2022; v1 submitted 15 December, 2021; originally announced December 2021.

  5. arXiv:2109.04189  [pdf, other

    astro-ph.SR physics.data-an physics.plasm-ph physics.space-ph

    Eigenspectra of solar active region long-period oscillations

    Authors: G. Dumbadze, B. M. Shergelashvili, S. Poedts, T. V. Zaqarashvili, M. Khodachenko, P. De Causmaecker

    Abstract: We studied the low-frequency $\lesssim 0.5\;$h$^{-1}$ (long-period $\gtrsim 2\;$h) oscillations of active regions (ARs). The investigation is based on an analysis of a time series built from Solar Dynamics Observatory/Helioseismic and Magnetic Imager (SDO/HMI) photospheric magnetograms and comprises case studies of several types of AR structures. The main goals are to investigate whether ARs can b… ▽ More

    Submitted 9 September, 2021; originally announced September 2021.

    Comments: 11 Pages, 5 figures

    Journal ref: A&A 653, A39 (2021)

  6. Evolving test instances of the Hamiltonian completion problem

    Authors: Thibault Lechien, Jorik Jooken, Patrick De Causmaecker

    Abstract: Predicting and comparing algorithm performance on graph instances is challenging for multiple reasons. First, there is usually no standard set of instances to benchmark performance. Second, using existing graph generators results in a restricted spectrum of difficulty and the resulting graphs are usually not diverse enough to draw sound conclusions. That is why recent work proposes a new methodolo… ▽ More

    Submitted 19 November, 2022; v1 submitted 5 October, 2020; originally announced November 2020.

    ACM Class: F.2.2; G.2.2

  7. arXiv:2010.14252  [pdf, other

    cs.AI

    Neural Networked Assisted Tree Search for the Personnel Rostering Problem

    Authors: Ziyi Chen, Patrick De Causmaecker, Yajie Dou

    Abstract: The personnel rostering problem is the problem of finding an optimal way to assign employees to shifts, subject to a set of hard constraints which all valid solutions must follow, and a set of soft constraints which define the relative quality of valid solutions. The problem has received significant attention in the literature and is addressed by a large number of exact and metaheuristic methods.… ▽ More

    Submitted 24 October, 2020; originally announced October 2020.

    Comments: 16 pages, 10 figures, 4 tables

  8. arXiv:2010.11523  [pdf, other

    cs.AI cs.DM math.OC

    Exploring search space trees using an adapted version of Monte Carlo tree search for combinatorial optimization problems

    Authors: Jorik Jooken, Pieter Leyman, Tony Wauters, Patrick De Causmaecker

    Abstract: In this article we propose a heuristic algorithm to explore search space trees associated with instances of combinatorial optimization problems. The algorithm is based on Monte Carlo tree search, a popular algorithm in game playing that is used to explore game trees and represents the state-of-the-art algorithm for a number of games. Several enhancements to Monte Carlo tree search are proposed tha… ▽ More

    Submitted 16 November, 2022; v1 submitted 22 October, 2020; originally announced October 2020.

    ACM Class: G.2.m; I.2.6

  9. arXiv:1904.11337  [pdf, other

    cs.DM

    A multi-start local search algorithm for the Hamiltonian completion problem on undirected graphs

    Authors: Jorik Jooken, Pieter Leyman, Patrick De Causmaecker

    Abstract: This paper proposes a local search algorithm for a specific combinatorial optimisation problem in graph theory: the Hamiltonian Completion Problem (HCP) on undirected graphs. In this problem, the objective is to add as few edges as possible to a given undirected graph in order to obtain a Hamiltonian graph. This problem has mainly been studied in the context of various specific kinds of undirected… ▽ More

    Submitted 2 July, 2020; v1 submitted 24 April, 2019; originally announced April 2019.

  10. arXiv:1806.06685  [pdf

    cs.AI

    Solving the Steiner Tree Problem in graphs with Variable Neighborhood Descent

    Authors: Matthieu De Laere, San Tu Pham, Patrick De Causmaecker

    Abstract: The Steiner Tree Problem (STP) in graphs is an important problem with various applications in many areas such as design of integrated circuits, evolution theory, networking, etc. In this paper, we propose an algorithm to solve the STP. The algorithm includes a reducer and a solver using Variable Neighborhood Descent (VND), interacting with each other during the search. New constructive heuristics… ▽ More

    Submitted 13 June, 2018; originally announced June 2018.

  11. arXiv:1803.00551  [pdf, ps, other

    astro-ph.SR physics.plasm-ph physics.space-ph

    Evidence for precursors of the coronal hole jets in solar bright points

    Authors: Salome R. Bagashvili, Bidzina M. Shergelashvili, Darejan R. Japaridze, Vasil Kukhianidze, Stefaan Poedts, Teimuraz V. Zaqarashvili, Maxim L. Khodachenko, Patrick De Causmaecker

    Abstract: A set of 23 observations of coronal jet events that occurred in coronal bright points has been analyzed. The focus was on the temporal evolution of the mean brightness before and during coronal jet events. In the absolute majority of the cases either single or recurrent coronal jets were preceded by slight precursor disturbances observed in the mean intensity curves. The key conclusion is that we… ▽ More

    Submitted 1 March, 2018; originally announced March 2018.

    Comments: 9 pages, 3 figures, The Astrophysical Journal Letters, Accepted for publication

    Journal ref: ApJL, 2018, 855, L21

  12. arXiv:1706.04464  [pdf, ps, other

    astro-ph.SR astro-ph.EP physics.data-an physics.plasm-ph

    Statistical properties of coronal hole rotation rates: Are they linked to the solar interior?

    Authors: Salome R. Bagashvili, Bidzina M. Shergelashvili, Darejan R. Japaridze, Bidzina B. Chargeishvili, Alexander G. Kosovichev, Vasil Kukhianidze, George Ramishvili, Teimuraz V. Zaqarashvili, Stefaan Poedts, Maxim L. Khodachenko, Patrick De Causmaecker

    Abstract: The present paper discusses results of a statistical study of the characteristics of coronal hole (CH) rotation in order to find connections to the internal rotation of the Sun. The goal is to measure CH rotation rates and study their distribution over latitude and their area sizes. In addition, the CH rotation rates are compared with the solar photospheric and inner layer rotational profiles. We… ▽ More

    Submitted 14 June, 2017; originally announced June 2017.

    Comments: 8 pages, 8 figures, Accepted for publication in A&A

    Journal ref: A&A 603, A134 (2017)

  13. arXiv:1705.08277  [pdf, ps, other

    cs.DS cs.SI

    Optimization in large graphs: Toward a better future?

    Authors: Pieter Leyman, Patrick De Causmaecker

    Abstract: Finding groups of connected individuals in large graphs with tens of thousands or more nodes has received considerable attention in academic research. In this paper, we analyze three main issues with respect to the recent influx of papers on community detection in (large) graphs, highlight the specific problems with the current research avenues, and propose a first step towards a better approach.… ▽ More

    Submitted 23 May, 2017; originally announced May 2017.

  14. arXiv:1701.08517  [pdf, other

    cs.DS

    The Intermittent Traveling Salesman Problem with Different Temperature Profiles: Greedy or not?

    Authors: Pieter Leyman, San Tu Pham, Patrick De Causmaecker

    Abstract: In this research, we discuss the intermittent traveling salesman problem (ITSP), which extends the traditional traveling salesman problem (TSP) by imposing temperature restrictions on each node. These additional constraints limit the maximum allowable visit time per node, and result in multiple visits for each node which cannot be serviced in a single visit. We discuss three different temperature… ▽ More

    Submitted 30 January, 2017; originally announced January 2017.

  15. arXiv:1612.09562  [pdf, other

    astro-ph.SR astro-ph.IM physics.data-an physics.flu-dyn

    Quasi-oscillatory dynamics observed in ascending phase of the flare on March 6, 2012

    Authors: E. Philishvili, B. M. Shergelashvili, T. V. Zaqarashvili, V. Kukhianidze, G. Ramishvili, M. Khodachenko, S. Poedts, P. De Causmaecker

    Abstract: Context. The dynamics of the flaring loops in active region (AR) 11429 are studied. The observed dynamics consist of several evolution stages of the flaring loop system during both the ascending and descending phases of the registered M-class flare. The dynamical properties can also be classified by different types of magnetic reconnection, related plasma ejection and aperiodic flows, quasi-period… ▽ More

    Submitted 30 December, 2016; originally announced December 2016.

    Comments: 12 pages, 10 figures, A&A, in press

    Journal ref: A&A 600, A67 (2017)

  16. arXiv:1610.01509  [pdf, ps, other

    astro-ph.SR astro-ph.EP astro-ph.IM physics.data-an physics.flu-dyn

    Long-period oscillations of active region patterns: least-squares map** on second-order curves

    Authors: G. Dumbadze, B. M. Shergelashvili, V. Kukhianidze, G. Ramishvili, T. V. Zaqarashvili, M. Khodachenko, E. Gurgenashvili, S. Poedts, P. De Causmaecker

    Abstract: Active regions (ARs) are the main sources of variety in solar dynamic events. Automated detection and identification tools need to be developed for solar features for a deeper understanding of the solar cycle. Of particular interest here are the dynamical properties of the ARs, regardless of their internal structure and sunspot distribution. We studied the oscillatory dynamics of two ARs: NOAA 113… ▽ More

    Submitted 6 October, 2016; v1 submitted 5 October, 2016; originally announced October 2016.

    Comments: 10 pages, 6 figures, Accepted for publication in A&A

    Journal ref: A&A 597, A93 (2017)

  17. arXiv:1609.00759  [pdf, ps, other

    cs.AI

    A MIP Backend for the IDP System

    Authors: San Pham, Jo Devriendt, Maurice Bruynooghe, Patrick De Causmaecker

    Abstract: The IDP knowledge base system currently uses MiniSAT(ID) as its backend Constraint Programming (CP) solver. A few similar systems have used a Mixed Integer Programming (MIP) solver as backend. However, so far little is known about when the MIP solver is preferable. This paper explores this question. It describes the use of CPLEX as a backend for IDP and reports on experiments comparing both backen… ▽ More

    Submitted 2 September, 2016; originally announced September 2016.

    Comments: internal report, 10 pages, 2 figures

  18. arXiv:1603.06459  [pdf, ps, other

    cs.AI

    Characterization of neighborhood behaviours in a multi-neighborhood local search algorithm

    Authors: Nguyen Thi Thanh Dang, Patrick De Causmaecker

    Abstract: We consider a multi-neighborhood local search algorithm with a large number of possible neighborhoods. Each neighborhood is accompanied by a weight value which represents the probability of being chosen at each iteration. These weights are fixed before the algorithm runs, and are considered as parameters of the algorithm. Given a set of instances, off-line tuning of the algorithm's parameters can… ▽ More

    Submitted 12 March, 2016; originally announced March 2016.

    Comments: 13 pages

  19. arXiv:1602.04675  [pdf, ps, other

    math.CO

    Intervals of Antichains and Their Decompositions

    Authors: Patrick De Causmaecker, Stefan De Wannemacker, Jay Yellen

    Abstract: An antichain of subsets is a set of subsets such that no subset in the antichain is a proper subset of any other subset in the antichain. The Dedekind number counts the total number of antichains of subsets of an n-element set. This paper investigates the interval structure of the lattice of antichains. Several partitioning theorems and counting formulas for the size of intervals are derived.

    Submitted 15 February, 2016; originally announced February 2016.

    Comments: 31pages

    MSC Class: 06A07; 11B30; 05C30 ACM Class: F.2.2; B.2.4; E.1

  20. Formation and evolution of coronal rain observed by SDO/AIA on February 22, 2012

    Authors: Z. Vashalomidze, V. Kukhianidze, T. V. Zaqarashvili, R. Oliver, B. Shergelashvili, G. Ramishvili, S. Poedts, P. De Causmaecker

    Abstract: The formation and dynamics of coronal rain are currently not fully understood. Coronal rain is the fall of cool and dense blobs formed by thermal instability in the solar corona towards the solar surface with acceleration smaller than gravitational free fall. We aim to study the observational evidence of the formation of coronal rain and to trace the detailed dynamics of individual blobs. We used… ▽ More

    Submitted 14 April, 2015; originally announced April 2015.

    Comments: 8 pages, 8 figures, Accepted in A&A

    Journal ref: A&A 577, A136 (2015)

  21. arXiv:1501.04177  [pdf, other

    cs.AI

    Second International Nurse Rostering Competition (INRC-II) --- Problem Description and Rules ---

    Authors: Sara Ceschia, Nguyen Thi Thanh Dang, Patrick De Causmaecker, Stefaan Haspeslagh, Andrea Schaerf

    Abstract: In this paper, we provide all information to participate to the Second International Nurse Rostering Competition (INRC-II). First, we describe the problem formulation, which, differently from INRC-I, is a multi-stage procedure. Second, we illustrate all the necessary infrastructure do be used together with the participant's solver, including the testbed, the file formats, and the validation/simula… ▽ More

    Submitted 17 January, 2015; originally announced January 2015.

    MSC Class: 68T37

  22. arXiv:1407.4288  [pdf, ps, other

    math.CO

    On the number of antichains of sets in a finite universe

    Authors: Patrick De Causmaecker, Stefan De Wannemacker

    Abstract: Properties of intervals in the lattice of antichains of subsets of a universe of finite size are investigated. New objects and quantities in this lattice are defined. Expressions and numerical values are deduced for the number of connected antichains and the number of fully distinguishing antichains. The latter establish a connection with Stirling numbers of the second kind. Decomposition properti… ▽ More

    Submitted 23 July, 2014; v1 submitted 16 July, 2014; originally announced July 2014.

    Comments: Minor changes, typo's and better abstract, line numbers removed

  23. arXiv:1103.2877  [pdf, ps, other

    math.NT math.CO

    Partitioning in the space of antimonotonic functions

    Authors: Patrick De Causmaecker, Stefan De Wannemacker

    Abstract: This paper studies partitions in the space of antimonotonic boolean functions on sets of n elements. The antimonotonic functions are the antichains of the partially ordered set of subsets. We analyse and characterise a natural partial ordering on this set. We study the inter- vals according to this ordering. We show how intervals of antimonotonic functions, and a fortiori the whole space of antimo… ▽ More

    Submitted 15 March, 2011; originally announced March 2011.

    Comments: 15 pages

    MSC Class: 05A18 06A07 06B05