aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Sucan <sucanjan@fit.cvut.cz>2019-10-01 16:58:24 +0200
committerJan Sucan <sucanjan@fit.cvut.cz>2019-10-01 16:58:24 +0200
commit0d573e0f36e4361aa66d713c477ae0e8db6bceb3 (patch)
tree4dd10d57d4ca7df4eb38c5122829d977e336d592
parenta04958ecb834192eafef5a3ba7678bf71e113549 (diff)
README.md: Add information about when and where was this program created
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8ebd9b..aa55692 100644
--- a/README.md
+++ b/README.md
@@ -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.