-
Notifications
You must be signed in to change notification settings - Fork 0
/
log.log
35 lines (28 loc) · 1019 Bytes
/
log.log
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
Entry 6 (3/615):
Implement algorithms to:
compute BC-tree with iterator over biconnected components
compute SPQR tree decomposition with iterator
planarity check
ktree check
G is planar
combinatorial embedding
canonical ordering + iterator for faces
peeling ordering to levels
Yannakakis' algorithm for 4-page
Nishizeki-Cluba's algorithm for hamilton cycle in 4-connected planar graph
G is not planar
find K33 subgraphs
find maximal bipartite subgraph
find maximal planar subgraph
create chordal graph and color it
baur-braudez heuristic
he-sykora heuristic
find edge-seperator
===========11/09/2015===========
TODO:
* Implement switching between Biconnected Components.
* Select/move many edges. Drag to select edges. Move edges using the keyboard.
* Option to reset zoom of pages.
* Uniform size of pages (at least on graph opening). Manual page resizing.
* Select page to be shown in a view. Show more than one pages in one view.
* Read from files with no labels (i.e. no information about book embedding).