From e87ca3dbcabc4996c19e45779823e8797b1ca3c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20P=C3=B6ppel?= <jpoeppel@techfak.uni-bielefeld.de>
Date: Mon, 25 Feb 2019 10:36:27 +0100
Subject: [PATCH] Added contents

---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 01d4ee3..cbd2891 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,11 @@ In order to install PRIMO, you can just use the provided `setup.py`:
 
 ## Basic usage
 
-There are different ways to use PRIMO. We recommend you check the `examples` or tests under `primo2/tests` first to see different usecases.
\ No newline at end of file
+There are different ways to use PRIMO. We recommend you check the `examples` or tests under `primo2/tests` first to see different usecases.
+
+## Contents
+
+* (Dynamic) Bayesian Networks
+* Rudimentary implementation of Decision Networks
+* Exact inference using Variable Elimination and JunctionTree
+* Approximate Inference using Metropolis Hastings
\ No newline at end of file
-- 
GitLab