aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsucanjan <sucanjan@fit.cvut.cz>2018-02-14 23:21:05 +0100
committersucanjan <sucanjan@fit.cvut.cz>2018-02-14 23:21:05 +0100
commit89a435929f907a7ffd0545166894c43e10d5caec (patch)
tree13d5eb3b26bab9ea238bd0b71298a67f56284b24
parent7aedfe7c7ae8214d2095e877251b46c1b4ca0cbe (diff)
Correct output log files example
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a5bea81..4532ecc 100644
--- a/README.md
+++ b/README.md
@@ -44,12 +44,12 @@ not given, content which would be written to the files is written to stdout
separated by one blank line (results are written the first and are followed by
statistics).
Both files have the same basename which is constructed as concatenation of
-input dataset file basename and method of solving. E.g. for Brand and Bound
+input dataset file basename and method of solving. E.g. for Dynamic programming
method and ```size_4.dataset``` input dataset file the following files are
produced:
```
-size_4_branch_and_bound.results
-size_4_branch_and_bound.stats
+size_4_dynamic_programming.results
+size_4_dynamic_programming.stats
```
The first two lines of the ```.results``` file begins with ```#```. Those are
comments. They are followed by lines with results of solving corresponding