From fefe9776d4b541eec8e1f2eb4256a87a915f6669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=B6bke?= Date: Thu, 4 Jun 2020 15:21:00 +0200 Subject: [PATCH] Update README.md Added newlines --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3253d2d..f99ae49 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,13 @@ Visualization for [dynamic programming](https://en.wikipedia.org/wiki/Dynamic_programming) on [tree decompositions](https://en.wikipedia.org/wiki/Tree_decomposition). + Create a graph object for each given graph that is of interest for the dynamic programming. + The visualization generates highlights and adds solution-tables for user defined time steps. + These snapshot of the graphs will be written in a graphviz-supported file-format to a folder of your choosing. + For the portable and light weight '.svg' format, all graphs for a timestep can be joined together to provide a thoroughly view on the process of dynamic programming. With the '.svg' format the images are highly customizable, and even combining several timesteps together using svg [animate](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/animate) would be an option in the future.