Skip to content

Commit

Permalink
Merge branch 'master' of github.com:autopawn/dc2
Browse files Browse the repository at this point in the history
  • Loading branch information
autopawn committed Dec 4, 2020
2 parents 1060843 + 3faba8c commit fa5b160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ The following flags can be used to specify different behaviours:
| :--- | ------ |
| `-P` | Use path relinking on terminal solutions once. |
| `-M` | Use path relinking on terminal solutions until no better solution is found. <br> **NOTE**: Too many solutions may be created, <br> remember to specify PR reduction strategies. |
| `-wP` | Use best improvement strategy as path relinking <br> By default, the same method than local searches is used. |
| `-LP` | Use first improvement strategy as path relinking. <br> By default, the same method than local searches is used. |
| `-WP` | Use Resende and Werneck's local search as path relinking. <br> By default, the same method than local searches is used. |
| `-wP` | Use best improvement strategy as path relinking <br> By default, the same method that local searches is used. |
| `-LP` | Use first improvement strategy as path relinking. <br> By default, the same method that local searches is used. |
| `-WP` | Use Resende and Werneck's local search as path relinking. <br> By default, the same method that local searches is used. |

#### Execution

Expand Down

0 comments on commit fa5b160

Please sign in to comment.