COIN-OR::LEMON - Graph Library

Changeset 927:9a7e4e606f83 in lemon for test


Ignore:
Timestamp:
10/16/09 02:32:30 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Add a fullInit() function to Suurballe (#181, #323)
to provide faster handling of multiple targets.
A start() function is also added, just for the sake of
convenience.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/suurballe_test.cc

    r670 r927  
    102102  k = suurb_test.run(n, n, k);
    103103  suurb_test.init(n);
     104  suurb_test.fullInit(n);
     105  suurb_test.start(n);
     106  suurb_test.start(n, k);
    104107  k = suurb_test.findFlow(n);
    105108  k = suurb_test.findFlow(n, k);
Note: See TracChangeset for help on using the changeset viewer.