Skip to main content

Showing 1–12 of 12 results for author: Lecoutre, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2312.05877  [pdf, other

    cs.AI

    Proceedings of the 2023 XCSP3 Competition

    Authors: Gilles Audemard, Christophe Lecoutre, Emmanuel Lonca

    Abstract: This document represents the proceedings of the 2023 XCSP3 Competition. The results of this competition of constraint solvers were presented at CP'23 (the 29th International Conference on Principles and Practice of Constraint Programming, held in Toronto, Canada from 27th to 31th August, 2023).

    Submitted 10 December, 2023; originally announced December 2023.

  2. arXiv:2302.05405  [pdf, other

    cs.AI

    ACE, a generic constraint solver

    Authors: Christophe Lecoutre

    Abstract: Constraint Programming (CP) is a useful technology for modeling and solving combinatorial constrained problems. On the one hand, on can use a library like PyCSP3 for easily modeling problems arising in various application fields (e.g., scheduling, planning, data-mining, cryptography, bio-informatics, organic chemistry, etc.). Problem instances can then be directly generated from specific models an… ▽ More

    Submitted 6 January, 2023; originally announced February 2023.

  3. arXiv:2209.00917  [pdf, other

    cs.AI

    Proceedings of the 2022 XCSP3 Competition

    Authors: Gilles Audemard, Christophe Lecoutre, Emmanuel Lonca

    Abstract: This document represents the proceedings of the 2022 XCSP3 Competition. The results of this competition of constraint solvers were presented at FLOC (Federated Logic Conference) 2022 Olympic Games, held in Haifa, Israel from 31th July 2022 to 7th August, 2022.

    Submitted 10 December, 2023; v1 submitted 2 September, 2022; originally announced September 2022.

    Comments: arXiv admin note: text overlap with arXiv:1901.01830

  4. arXiv:2009.00514  [pdf, other

    cs.AI

    XCSP3-core: A Format for Representing Constraint Satisfaction/Optimization Problems

    Authors: Frédéric Boussemart, Christophe Lecoutre, Gilles Audemard, Cédric Piette

    Abstract: In this document, we introduce XCSP3-core, a subset of XCSP3 that allows us to represent constraint satisfaction/optimization problems. The interest of XCSP3-core is multiple: (i) focusing on the most popular frameworks (CSP and COP) and constraints, (ii) facilitating the parsing process by means of dedicated XCSP3-core parsers written in Java and C++ (using callback functions), (iii) and defining… ▽ More

    Submitted 7 November, 2022; v1 submitted 1 September, 2020; originally announced September 2020.

    Comments: arXiv admin note: substantial text overlap with arXiv:1611.03398

  5. arXiv:2009.00326  [pdf, other

    cs.AI

    PyCSP3: Modeling Combinatorial Constrained Problems in Python

    Authors: Christophe Lecoutre, Nicolas Szczepanski

    Abstract: In this document, we introduce PyCSP$3$, a Python library that allows us to write models of combinatorial constrained problems in a declarative manner. Currently, with PyCSP$3$, you can write models of constraint satisfaction and optimization problems. More specifically, you can build CSP (Constraint Satisfaction Problem) and COP (Constraint Optimization Problem) models. Importantly, there is a co… ▽ More

    Submitted 10 December, 2023; v1 submitted 1 September, 2020; originally announced September 2020.

  6. arXiv:1901.01830  [pdf, other

    cs.AI

    Proceedings of the 2018 XCSP3 Competition

    Authors: Christophe Lecoutre, Olivier Roussel

    Abstract: This document represents the proceedings of the 2018 XCSP3 Competition. The results of this competition of constraint solvers were presented at CP'18, the 24th International Conference on Principles and Practice of Constraint Programming, held in Lille, France from 27th August 2018 to 31th August, 2018.

    Submitted 17 December, 2018; originally announced January 2019.

  7. arXiv:1611.03398  [pdf, other

    cs.AI

    XCSP3: An Integrated Format for Benchmarking Combinatorial Constrained Problems

    Authors: Frederic Boussemart, Christophe Lecoutre, Gilles Audemard, Cédric Piette

    Abstract: We propose a major revision of the format XCSP 2.1, called XCSP3, to build integrated representations of combinatorial constrained problems. This new format is able to deal with mono/multi optimization, many types of variables, cost functions, reification, views, annotations, variable quantification, distributed, probabilistic and qualitative reasoning. The new format is made compact, highly reada… ▽ More

    Submitted 7 November, 2022; v1 submitted 10 November, 2016; originally announced November 2016.

    Comments: 238 pages

  8. arXiv:1604.06641  [pdf, other

    cs.AI

    Compact-Table: Efficiently Filtering Table Constraints with Reversible Sparse Bit-Sets

    Authors: Jordan Demeulenaere, Renaud Hartert, Christophe Lecoutre, Guillaume Perez, Laurent Perron, Jean-Charles Régin, Pierre Schaus

    Abstract: In this paper, we describe Compact-Table (CT), a bitwise algorithm to enforce Generalized Arc Consistency (GAC) on table con- straints. Although this algorithm is the default propagator for table constraints in or-tools and OscaR, two publicly available CP solvers, it has never been described so far. Importantly, CT has been recently improved further with the introduction of residues, resetting op… ▽ More

    Submitted 22 April, 2016; originally announced April 2016.

  9. Second-Order Consistencies

    Authors: Christophe Lecoutre, Stephane Cardon, Julien Vion

    Abstract: In this paper, we propose a comprehensive study of second-order consistencies (i.e., consistencies identifying inconsistent pairs of values) for constraint satisfaction. We build a full picture of the relationships existing between four basic second-order consistencies, namely path consistency (PC), 3-consistency (3C), dual consistency (DC) and 2-singleton arc consistency (2SAC), as well as their… ▽ More

    Submitted 16 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 40, pages 175-219, 2011

  10. arXiv:1304.5449  [pdf, other

    cs.AI

    Solving WCSP by Extraction of Minimal Unsatisfiable Cores

    Authors: Christophe Lecoutre, Nicolas Paris, Olivier Roussel, Sébastien Tabary

    Abstract: Usual techniques to solve WCSP are based on cost transfer operations coupled with a branch and bound algorithm. In this paper, we focus on an approach integrating extraction and relaxation of Minimal Unsatisfiable Cores in order to solve this problem. We decline our approach in two ways: an incomplete, greedy, algorithm and a complete one.

    Submitted 19 April, 2013; originally announced April 2013.

  11. arXiv:0902.2362  [pdf, other

    cs.AI

    XML Representation of Constraint Networks: Format XCSP 2.1

    Authors: Olivier Roussel, Christophe Lecoutre

    Abstract: We propose a new extended format to represent constraint networks using XML. This format allows us to represent constraints defined either in extension or in intension. It also allows us to reference global constraints. Any instance of the problems CSP (Constraint Satisfaction Problem), QCSP (Quantified CSP) and WCSP (Weighted CSP) can be represented using this format.

    Submitted 13 February, 2009; originally announced February 2009.

    ACM Class: H.5.2

  12. arXiv:cs/0509032  [pdf, ps, other

    cs.AI cond-mat.stat-mech cs.CC

    A Simple Model to Generate Hard Satisfiable Instances

    Authors: Ke Xu, Frederic Boussemart, Fred Hemery, Christophe Lecoutre

    Abstract: In this paper, we try to further demonstrate that the models of random CSP instances proposed by [Xu and Li, 2000; 2003] are of theoretical and practical interest. Indeed, these models, called RB and RD, present several nice features. First, it is quite easy to generate random instances of any arity since no particular structure has to be integrated, or property enforced, in such instances. Then… ▽ More

    Submitted 12 September, 2005; originally announced September 2005.

    Comments: Proc. of 19th IJCAI, pp.337-342, Edinburgh, Scotland, 2005. For more information, please click http://www.nlsde.buaa.edu.cn/~kexu/papers/ijcai05-abstract.htm

    ACM Class: F.2.2; I.2.8