demo/sub_graph_adaptor_demo.dim
author ladanyi
Tue, 23 Aug 2005 07:36:09 +0000
changeset 1645 4a04bb856ac7
parent 1401 9588dcef6793
permissions -rw-r--r--
- id maps are not editable
- handle exceptions thrown by the file reader
- texts are always above the edges
- store a default value for all maps, so that edges and nodes created after
adding a new map receive the default value too
- create node on button release, not on click (fixes a few oddities)
     1 c LEMON max flow problem
     2 p max 7 9
     3 n 1 s
     4 n 7 t
     5 a 1 2 3
     6 a 1 3 2
     7 a 1 4 1
     8 a 2 5 3
     9 a 3 5 2
    10 a 3 7 5
    11 a 3 6 3
    12 a 4 6 1
    13 a 5 7 2
    14 a 6 7 4