From 762c71cac264056d05990b9be2a0bf036cfe3f57 Mon Sep 17 00:00:00 2001 From: Quentin Date: Wed, 13 Nov 2024 18:09:17 +0100 Subject: [PATCH] Updated README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 52918d6..e1be1db 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +

+License: MIT +PyPI +Code style: Ruff +GitHub Actions Workflow Status +Python version supported + +

+ # Radius Clustering Radius clustering is a Python package that implements clustering under radius constraint based on the Minimum Dominating Set (MDS) problem. This problem is NP-Hard but has been studied in the literature and proven to be linked to the clustering under radius constraint problem (see [references](#references) for more details).