From 89a435929f907a7ffd0545166894c43e10d5caec Mon Sep 17 00:00:00 2001 From: sucanjan Date: Wed, 14 Feb 2018 23:21:05 +0100 Subject: Correct output log files example --- README.md | 6 +++--- 1 file 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 -- cgit v1.2.3