From 0d573e0f36e4361aa66d713c477ae0e8db6bceb3 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Tue, 1 Oct 2019 16:58:24 +0200 Subject: README.md: Add information about when and where was this program created --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.3