Skip to main content

Showing 1–14 of 14 results for author: Raffinot, M

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

    cs.DS cs.CC math.CO

    VectorTSP: A Traveling Salesperson Problem with Racetrack-like acceleration constraints

    Authors: Arnaud Casteigts, Mathieu Raffinot, Jason Schoeters

    Abstract: We study a new version of the Euclidean TSP called VectorTSP (VTSP for short) where a mobile entity is allowed to move according to a set of physical constraints inspired from the pen-and-pencil game Racetrack (also known as Vector Racer ). In contrast to other versions of TSP accounting for physical constraints, such as Dubins TSP, the spirit of this model is that (1) no speed limitations apply,… ▽ More

    Submitted 20 August, 2021; v1 submitted 5 June, 2020; originally announced June 2020.

    Comments: 25 pages, 27 pages with bibliography, 19 figures

  2. arXiv:1805.00060  [pdf, other

    cs.DS

    On improving the approximation ratio of the r-shortest common superstring problem

    Authors: Tristan Braquelaire, Marie Gasparoux, Mathieu Raffinot, Raluca Uricaru

    Abstract: The Shortest Common Superstring problem (SCS) consists, for a set of strings S = {s_1,...,s_n}, in finding a minimum length string that contains all s_i, 1<= i <= n, as substrings. While a 2+11/30 approximation ratio algorithm has recently been published, the general objective is now to break the conceptual lower bound barrier of 2. This paper is a step ahead in this direction. Here we focus on a… ▽ More

    Submitted 30 April, 2018; originally announced May 2018.

  3. arXiv:1708.04586  [pdf, other

    cs.OH

    Optimizing Google Shop** Campaigns Structures With Query-Level Matching

    Authors: Mathieu Raffinot, Romain Rivière

    Abstract: How to bid on a Google shop** account (set of shop** campaigns) with query-level matching like in Google Adwords.

    Submitted 3 August, 2017; originally announced August 2017.

  4. Indexing and querying color sets of images

    Authors: Djamal Belazzougui, Roman Kolpakov, Mathieu Raffinot

    Abstract: We aim to study the set of color sets of continuous regions of an image given as a matrix of $m$ rows over $n\geq m$ columns where each element in the matrix is an integer from $[1,σ]$ named a {\em color}. The set of distinct colors in a region is called fingerprint. We aim to compute, index and query the fingerprints of all rectangular regions named rectangles. The set of all such fingerprints… ▽ More

    Submitted 28 August, 2016; originally announced August 2016.

    Comments: 20 pages, 5 figures

  5. arXiv:1605.05542  [pdf, other

    cs.DM

    A note on the shortest common superstring of NGS reads

    Authors: Tristan Braquelaire, Marie Gasparoux, Mathieu Raffinot, Raluca Uricaru

    Abstract: The Shortest Superstring Problem (SSP) consists, for a set of strings S = {s_1,...,s_n}, to find a minimum length string that contains all s_i, 1 <= i <= k, as substrings. This problem is proved to be NP-Complete and APX-hard. Guaranteed approximation algorithms have been proposed, the current best ratio being 2+11/23, which has been achieved following a long and difficult quest. However, SSP is h… ▽ More

    Submitted 18 May, 2016; originally announced May 2016.

  6. arXiv:1604.06002  [pdf, other

    cs.DS

    Practical combinations of repetition-aware data structures

    Authors: Djamal Belazzougui, Fabio Cunial, Travis Gagie, Nicola Prezza, Mathieu Raffinot

    Abstract: Highly-repetitive collections of strings are increasingly being amassed by genome sequencing and genetic variation experiments, as well as by storing all versions of human-generated files, like webpages and source code. Existing indexes for locating all the exact occurrences of a pattern in a highly-repetitive string take advantage of a single measure of repetition. However, multiple, distinct mea… ▽ More

    Submitted 21 April, 2016; v1 submitted 20 April, 2016; originally announced April 2016.

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

  7. arXiv:1502.05937  [pdf, other

    cs.DS

    Composite repetition-aware data structures

    Authors: Djamal Belazzougui, Fabio Cunial, Travis Gagie, Nicola Prezza, Mathieu Raffinot

    Abstract: In highly repetitive strings, like collections of genomes from the same species, distinct measures of repetition all grow sublinearly in the length of the text, and indexes targeted to such strings typically depend only on one of these measures. We describe two data structures whose size depends on multiple measures of repetition at once, and that provide competitive tradeoffs between the time for… ▽ More

    Submitted 23 February, 2015; v1 submitted 20 February, 2015; originally announced February 2015.

    Comments: (the name of the third co-author was inadvertently omitted from previous version)

  8. arXiv:1305.4747  [pdf, other

    cs.DS

    Easy identification of generalized common and conserved nested intervals

    Authors: Fabien de Montgolfier, Mathieu Raffinot, Irena Rusu

    Abstract: In this paper we explain how to easily compute gene clusters, formalized by classical or generalized nested common or conserved intervals, between a set of K genomes represented as K permutations. A b-nested common (resp. conserved) interval I of size |I| is either an interval of size 1 or a common (resp. conserved) interval that contains another b-nested common (resp. conserved) interval of size… ▽ More

    Submitted 2 December, 2013; v1 submitted 21 May, 2013; originally announced May 2013.

  9. arXiv:1301.4952  [pdf, other

    cs.DS

    Single and multiple consecutive permutation motif search

    Authors: Djamal Belazzougui, Adeline Pierrot, Mathieu Raffinot, Stéphane Vialette

    Abstract: Let $t$ be a permutation (that shall play the role of the {\em text}) on $[n]$ and a pattern $p$ be a sequence of $m$ distinct integer(s) of $[n]$, $m\leq n$. The pattern $p$ occurs in $t$ in position $i$ if and only if $p_1... p_m$ is order-isomorphic to $t_i... t_{i+m-1}$, that is, for all $1 \leq k< \ell \leq m$, $p_k>p_\ell$ if and only if $t_{i+k-1}>t_{i+\ell-1}$. Searching for a pattern $p$… ▽ More

    Submitted 25 April, 2013; v1 submitted 21 January, 2013; originally announced January 2013.

  10. arXiv:1301.3488  [pdf, other

    cs.DS cs.DM cs.IR

    Various improvements to text fingerprinting

    Authors: Djamal Belazzougui, Roman Kolpakov, Mathieu Raffinot

    Abstract: Let s = s_1 .. s_n be a text (or sequence) on a finite alphabet Σof size σ. A fingerprint in s is the set of distinct characters appearing in one of its substrings. The problem considered here is to compute the set {\cal F} of all fingerprints of all substrings of s in order to answer efficiently certain questions on this set. A substring s_i .. s_j is a maximal location for a fingerprint f in F (… ▽ More

    Submitted 15 January, 2013; originally announced January 2013.

  11. arXiv:1201.5513  [pdf, other

    cs.DS

    Faster and Simpler Minimal Conflicting Set Identification

    Authors: Aida Ouangraoua, Mathieu Raffinot

    Abstract: Let C be a finite set of N elements and R = r_1,r_2,..., r_m a family of M subsets of C. A subset X of R verifies the Consecutive Ones Property (C1P) if there exists a permutation P of C such that each r_i in X is an interval of P. A Minimal Conflicting Set (MCS) S is a subset of R that does not verify the C1P, but such that any of its proper subsets does. In this paper, we present a new simpler a… ▽ More

    Submitted 26 January, 2012; originally announced January 2012.

  12. arXiv:1008.3786  [pdf, other

    cs.DS cs.DM

    Consecutive ones property testing: cut or swap

    Authors: Mathieu Raffinot

    Abstract: Let C be a finite set of $N elements and R = {R_1,R_2, ..,R_m} a family of M subsets of C. The family R verifies the consecutive ones property if there exists a permutation P of C such that each R_i in R is an interval of P. There already exist several algorithms to test this property in sum_{i=1}^m |R_i| time, all being involved. We present a simpler algorithm, based on a new partitioning scheme.

    Submitted 23 August, 2010; originally announced August 2010.

  13. arXiv:0902.1700  [pdf

    cs.DM cs.DS

    Linear Time Split Decomposition Revisited

    Authors: Pierre Charbit, Fabien de Montgolfier, Mathieu Raffinot

    Abstract: Given a family F of subsets of a ground set V, its orthogonal is defined to be the family of subsets that do not overlap any element of F. Using this tool we revisit the problem of designing a simple linear time algorithm for undirected graph split (also known as 1-join) decomposition.

    Submitted 28 June, 2010; v1 submitted 10 February, 2009; originally announced February 2009.

    Comments: 18 pages, submitted

    ACM Class: G.2.2

  14. arXiv:0711.4573  [pdf, ps, other

    cs.DS

    A Note On Computing Set Overlap Classes

    Authors: Pierre Charbit, Michel Habib, Vincent Limouzy, Fabien De Montgolfier, Mathieu Raffinot, Michaël Rao

    Abstract: Let ${\cal V}$ be a finite set of $n$ elements and ${\cal F}=\{X_1,X_2, >..., X_m\}$ a family of $m$ subsets of ${\cal V}.$ Two sets $X_i$ and $X_j$ of ${\cal F}$ overlap if $X_i \cap X_j \neq \emptyset,$ $X_j \setminus X_i \neq \emptyset,$ and $X_i \setminus X_j \neq \emptyset.$ Two sets $X,Y\in {\cal F}$ are in the same overlap class if there is a series $X=X_1,X_2, ..., X_k=Y$ of sets of… ▽ More

    Submitted 28 November, 2007; originally announced November 2007.