-
Notifications
You must be signed in to change notification settings - Fork 4
/
TODO.txt
74 lines (55 loc) · 2.63 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
- Focus
==> Work on the quotiented graph
==> Highlight the roots
==> Show exactly the selected subgraph
==> Generate all focus graphs (and show to which nodes they correspond)
- Viwever: key bindings + redraw optimizations + tooltips
- Graph creation: focus on a package
- Bug in Lwt_pool (???)
- Fix bug in eliom client (unwrapping elements)
- Fix performance issue in Ocaml
=============================
- smarter way to remove conflicts at the initial stage
exist d, forall p, p in d -> exist q, q ## p /\ f ==> q
- try to associate a set of package and virtual packages to each
disjunctive depends and conflict cliques
- find a way to automatically remove uninteresting nodes
===> not part of a non-trivial conflict clique
(or only conflicts with nodes with no other conflicts?)
+ no package depends on it
(and does not depend on any package?)
- improve algorithm for finding cliques of conflicts
==> Data Reduction and Exact Algorithms for Clique Cover
http://theinf1.informatik.uni-jena.de/ecc/
A note on the problem of reporting maximal cliques
==> clique partitioning
==> Exact Coloring of Real-Life Graphs is Easy
New Graph Coloring Algorithms
RESEARCH ON GREEDY CLIQUE PARTITION-GCP ALGORITHM (?)
====> we want to cluster clique
=> biclique covering
Fast Exact and Heuristic Methods for Role Minimization Problems
Confluent Layered Drawings
Biclique Edge Cover Graphs and Confluent Drawings (?)
Confluent Drawings: Visualizing Non-planar Diagrams in a Planar Way
- generate directly a dot file with position informations
- remove some edges that can be obtained by transitivity
- investigate the edges that was not removed
====
- what can we say about updates: desemphasize edges that are unchanged
=================================
Britney updates
===============
- Write "HeidiResultDelta" file containing the changes of the run
Based on Colin Watson's code to do the same from the "britney2-ubuntu"
repository[1] revision 306, 308 and 309.
Notable differences include:
* output include version of source package being removed
* output prefix removals with a "-" (otherwise it would be identical to
a upgrade/new source with the change above).
[1] http://bazaar.launchpad.net/~ubuntu-release/britney/britney2-ubuntu/revision/306
- Support :any architecture qualifiers for multiarch
Multiarch adds a Depends: foo:any syntax, permitted only if the
target of the dependency is "Multi-Arch: allowed". This has
been supported by dpkg and apt for some time and is now safe to
use in unstable.