From a3ced1ac7b507cb54680e0cf121357776e8f573c Mon Sep 17 00:00:00 2001 From: Jose Miguel Garcia Date: Thu, 6 Aug 2020 21:01:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91e50d7..23a5546 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# mrcp-document +# MRCP Document +--- +This project together with [mrcp project](https://github.com/JoseMiguel92/mrcp-project) explain process of develop and analitic of **MRCP** or **Maximum Ratio Clique Problem**. Wich starting from a graph with nodes and different weights of these, the algorithm will find an aproximate optimal solution, forming a clique or a complete sub-graph with maximum ratio.