Title: The Online Track Assignment Problem
1The Online Track Assignment Problem
- Marc Demange, ESSEC
- Benjamin Leroy-Beaulieu, EPFL
- Gabriele di Stefano, LAquilla
2Outline
- The motivation
- The handled problems
- Online bounded coloring of permutation graphs
- Online coloring of overlap graphs
3Motivation
ARRIVAL DEPARTURE
A 6 p.m 6 a.m
B 7 p.m 1 a.m
C 8 p.m 4 a.m
D 9 p.m 5 a.m
E 10 p.m 2 a.m
F 11 p.m 3 a.m
?
C
A
B
C
D
4Motivation (II)
Time
Overlap Graph
5A particular case
Permutation graph
1
1
2
2
3
3
4
4
5
5
6
6
1
2
3
4
5
6
23
22
21
20
19
18
6A particular case
1
1
2
2
3
3
4
4
5
5
6
6
1
2
3
4
5
6
23
22
21
20
19
18
P 5 2 1 4 3 6
P 5 2 1 4 3 6
7Motivation (III)
Bounded case
b
Resources are scarce ? Bounded Coloring
Number of docks is limited ? Upper Bound on
k
8The related coloring problems
- On permutation graphs (midnight condition)
- Unbounded polynomial
- Bounded NP-hard (Jansen 98)
- For fixed b and k, polynomial in k-colorable
permutation graphs Leroy-Beaulieu - MD, 2007,
ongoing work - On overlap graphs
- Unbounded case NP-hard for (Unger)
9Online Coloring
- Vertices are delivered one by one.
- Left to right model
- general model
- At each delivery, decide for a color.
- Performance measure competitive ratio c.
10Permutation graphs unbounded case (Online
Coloring) general model
- First-Fit (Permutation bipartite)
- Upper Bound (Comparability)
- Leroy-Beaulieu - MD, 2006
11Permutation graphsbounded case left to right
b-First Fit first fit with the bounded condition
12Permutation graphsbounded case left to right
(II)
Lemma Consider G(V,E). Let V be the vertices
colored with unsaturated colors, and G be the
subgraph induced by V. Then
Proof Two vertices of V have the same color in
bFF(G) iff they have the same color in FF(G).
13Permutation graphsbounded case left to right
(III)
142D-representation
Arrival
Departure
15Permutation graphsbounded case left to right
(IV)
16Permutation graphsbounded case left to
rightLower bound of every algorithm
1
2
17Permutation graphsbounded case general model
Bouille, Plumettaz, 2006
18Overlap graphsunbounded case left to right
For any online algorithm and any K, it is
possible to force K colors on a bipartite
overlap graph revealed from left to right, so it
is not possible to guarantee a constant
competitive ratio
19Overlap graphsunbounded case left to right (II)
Schech of proof
It is possible to force k colors on a stable set
like this
20Overlap graphsunbounded case left to right
(III)
How to force 2 colors
21Overlap graphsunbounded case left to right (IV)
k1 colors are forced
22Overlap graphsunbounded case left to right
bounded length
23Overlap graphsunbounded case left to right
bounded length
24Conclusion
Model
Algo
Lower Bound
Upper Bound
Lower Bound
Upper Bound
Left-to-Right
General
FF
Any
FF
Any
?
Permutation graphs (bounded)
?
?
Non constant
Non constant
Overlap Graphs (unbounded)
?
?