| ... | ... |
@@ -911,7 +911,7 @@ |
| 911 | 911 |
startPush(); |
| 912 | 912 |
break; |
| 913 | 913 |
case AUGMENT: |
| 914 |
startAugment(); |
|
| 914 |
startAugment(_res_node_num - 1); |
|
| 915 | 915 |
break; |
| 916 | 916 |
case PARTIAL_AUGMENT: |
| 917 | 917 |
startAugment(MAX_PATH_LENGTH); |
| ... | ... |
@@ -1088,7 +1088,7 @@ |
| 1088 | 1088 |
} |
| 1089 | 1089 |
|
| 1090 | 1090 |
/// Execute the algorithm performing augment and relabel operations |
| 1091 |
void startAugment(int max_length |
|
| 1091 |
void startAugment(int max_length) {
|
|
| 1092 | 1092 |
// Paramters for heuristics |
| 1093 | 1093 |
const int EARLY_TERM_EPSILON_LIMIT = 1000; |
| 1094 | 1094 |
const double GLOBAL_UPDATE_FACTOR = 3.0; |
0 comments (0 inline)