From 3a9f769f88d1ab9ebffd782a00b37f0658ab4b2f Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Tue, 25 Jun 2019 06:45:25 +0000
Subject: [PATCH] Update README.md

---
 README.md | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d91666d..8672dde 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,22 @@
 # The TTC 2019 TT2BDD ATL Zoo Case
 
-## Case description
+## Solutions
+
+**Please note** that unfortunately - like provided ATL solution - the solutions cannot be started directly using MS Windows, since they use `cd ../dir && ./gradlew`. If only Windows is available, these commands have to be adapted.
+
+### JastAdd Relational RAGs Solution
+
+The solution can be found at [solutions/RelationalRAGSolution](https://git-st.inf.tu-dresden.de/ttc/bdd/tree/master/solutions/RelationalRAGSolution).
+All variants described in the [paper](http://www.transformation-tool-contest.eu/papers/TTC19_paper_4.pdf) are started from separate subfolders with a solution-specific suffix.
+
+If there are problems, please submit an issue or write to johannes.mey@tu-dresden.de
+
+### SCROLL RSYNC Solution
+
+The solution can be found at [solutions/RSYNC](https://git-st.inf.tu-dresden.de/ttc/bdd/tree/master/solutions/RSync).
+All variants described in the [paper](http://www.transformation-tool-contest.eu/papers/TTC19_paper_6.pdf) are started from separate subfolders with a solution-specific suffix.
+
+If there are problems, please submit an issue or write to christopher.werner@tu-dresden.de
 
 ## Prerequisites
 
-- 
GitLab