From c61fb1f29a212fe75ea34a9b81a32cd462687e7e Mon Sep 17 00:00:00 2001 From: Jose Miguel Garcia Date: Mon, 20 Jan 2020 13:15:01 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e2570b..79f871b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -#
MRCP Project
-
-
This project together with [mrcp document](https://github.com/JoseMiguel92/mrcp-document) explain process of develop and analitic of **MRCP** or **Maximal Ratio Clique Problem**. Wich starting from a graph with nodes and different weights of these, the algorithm will find an optimal solution, forming a clique or a complete sub-graph with maximal ratio.
+# MRCP Project +--- +This project together with [mrcp document](https://github.com/JoseMiguel92/mrcp-document) explain process of develop and analitic of **MRCP** or **Maximal 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 maximal ratio. +