COIN-OR::LEMON - Graph Library

source: lemon/test/preflow_graph.lgf @ 405:53c5277ba294

Last change on this file since 405:53c5277ba294 was 404:660db48f324f, checked in by Alpar Juttner <alpar@…>, 15 years ago

Port preflow push max flow alg. from svn -r3516 (#176)
Namely,

  • port the files
  • apply the migrate script
  • apply the unify script
  • break the long lines in lemon/preflow.h
  • convert the .dim test file to .lgf
  • fix compilation problems
File size: 269 bytes
RevLine 
[404]1@nodes
2label   
30       
41       
52       
63       
74       
85       
96       
107       
118       
129       
13@edges
14                label   capacity       
150       1       0       20     
160       2       1       0       
171       1       2       3       
181       2       3       8       
191       3       4       8       
202       5       5       5       
213       2       6       5       
223       5       7       5       
233       6       8       5       
244       3       9       3       
255       7       10      3       
265       6       11      10     
275       8       12      10     
286       8       13      8       
298       9       14      20     
308       1       15      5       
319       5       16      5       
32@attributes
33source 1
34target 8
35@end
Note: See TracBrowser for help on using the repository browser.