Changes in / [932:773dd96ecdd8:930:8e39ccaabf48] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/cost_scaling.h
r932 r922 912 912 break; 913 913 case AUGMENT: 914 startAugment( _res_node_num - 1);914 startAugment(); 915 915 break; 916 916 case PARTIAL_AUGMENT: … … 1089 1089 1090 1090 /// 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()) { 1092 1092 // Paramters for heuristics 1093 1093 const int EARLY_TERM_EPSILON_LIMIT = 1000;
Note: See TracChangeset
for help on using the changeset viewer.