From 3faba8c62c87bfa67d602189aa7a433a14608cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Andr=C3=A9s=20Casas=20Barrientos?= Date: Thu, 26 Nov 2020 07:55:04 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cac330..d4f1877 100644 --- a/README.md +++ b/README.md @@ -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.
**NOTE**: Too many solutions may be created,
remember to specify PR reduction strategies. | -| `-wP` | Use best improvement strategy as path relinking
By default, the same method than local searches is used. | -| `-LP` | Use first improvement strategy as path relinking.
By default, the same method than local searches is used. | -| `-WP` | Use Resende and Werneck's local search as path relinking.
By default, the same method than local searches is used. | +| `-wP` | Use best improvement strategy as path relinking
By default, the same method that local searches is used. | +| `-LP` | Use first improvement strategy as path relinking.
By default, the same method that local searches is used. | +| `-WP` | Use Resende and Werneck's local search as path relinking.
By default, the same method that local searches is used. | #### Execution