diff --git a/README.md b/README.md index faa2a40..c80204a 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# MELON +# ![MELON](misc/melon_128.png) + + MELON stands for Modern and Efficient Library for Optimization in Networks. The goal of this project is to provide a graph library using modern C ++ functionalities in order to be more user-friendly than the [Boost.Graph library](https://www.boost.org/doc/libs/release/libs/graph/) while being as performant as the [LEMON Graph library](https://lemon.cs.elte.hu/trac/lemon) which is unfortunately not maintained and does not compile with C++ 20. diff --git a/misc/melon_128.png b/misc/melon_128.png new file mode 100644 index 0000000..407dba5 Binary files /dev/null and b/misc/melon_128.png differ