Changeset 931:f112c18bc304 in lemon-main
- Timestamp:
 - 03/17/11 00:35:33 (15 years ago)
 - Branch:
 - default
 - Children:
 - 932:773dd96ecdd8, 942:633956ca9421
 - Phase:
 - public
 - File:
 - 
          
- 1 edited
 
- 
          lemon/cost_scaling.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
lemon/cost_scaling.h
r877 r931 908 908 break; 909 909 case AUGMENT: 910 startAugment( );910 startAugment(_res_node_num - 1); 911 911 break; 912 912 case PARTIAL_AUGMENT: … … 1085 1085 1086 1086 /// Execute the algorithm performing augment and relabel operations 1087 void startAugment(int max_length = std::numeric_limits<int>::max()) {1087 void startAugment(int max_length) { 1088 1088 // Paramters for heuristics 1089 1089 const int EARLY_TERM_EPSILON_LIMIT = 1000;  
Note: See TracChangeset
          for help on using the changeset viewer.
      
