diff options
| author | Jan Sucan <sucanjan@fit.cvut.cz> | 2019-10-01 16:58:24 +0200 |
|---|---|---|
| committer | Jan Sucan <sucanjan@fit.cvut.cz> | 2019-10-01 16:58:24 +0200 |
| commit | 0d573e0f36e4361aa66d713c477ae0e8db6bceb3 (patch) | |
| tree | 4dd10d57d4ca7df4eb38c5122829d977e336d592 | |
| parent | a04958ecb834192eafef5a3ba7678bf71e113549 (diff) | |
README.md: Add information about when and where was this program created
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ using branch-and-bound method, dynamic programming, simple heuristic CPU and wall-clock time spent by solving a problem, compute relative error of the result and generate graphs from those values. +It was created as a coursework from Programming in Ruby course during +my studies at [Faculty of Information +Technology](https://fit.cvut.cz/en) at [Czech Technical University in +Prague](https://www.cvut.cz/en). + ## Usage Built-in usage information can be obtained by executing ```knapsack_solver``` with ```-h``` or ```--help``` option. |
