COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/cost_scaling.h

    r1042 r1026  
    912912          break;
    913913        case AUGMENT:
    914           startAugment(_res_node_num - 1);
     914          startAugment();
    915915          break;
    916916        case PARTIAL_AUGMENT:
     
    10891089
    10901090    /// Execute the algorithm performing augment and relabel operations
    1091     void startAugment(int max_length) {
     1091    void startAugment(int max_length = std::numeric_limits<int>::max()) {
    10921092      // Paramters for heuristics
    10931093      const int EARLY_TERM_EPSILON_LIMIT = 1000;
Note: See TracChangeset for help on using the changeset viewer.