From af3240a314ed994bf3e03c7ab663589c516eca01 Mon Sep 17 00:00:00 2001 From: Ahmed Abbas <23122806+aabbas90@users.noreply.github.com> Date: Wed, 27 Oct 2021 20:40:23 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..56ce9d8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# libct +A fast approximate primal-dual solver for tracking-by-assignment cell-tracking problems. For running assue the [Gurobi](https://www.gurobi.com/) is installed. Meson is required for building (can be easily installed via pip). Afterwards: + +> ./setup-dev-env + +installs in a temporary directory and opens up a shell. To run cell-tracking run: + +> python bin/ct + +Where the INPUT_FILE is a cell tracking instance.