From c1fe469e9d1634864baa07182912c37bbaece64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Wei=C3=9Fenfels?= <10491533+tim-we@users.noreply.github.com> Date: Wed, 12 May 2021 19:06:39 +0200 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e89efe --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# td-bisection +Graph bisection using tree decompositions. + +This is a very basic implementation of the algorithm presented in https://arxiv.org/abs/2101.00694