From e4dff60f991827009300455e366a49f6bcb5fc80 Mon Sep 17 00:00:00 2001 From: Henri Lefebvre Date: Wed, 28 Aug 2024 16:47:19 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c4a4552..949a43ef 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,9 @@ ![Making Branch-and-Price implementation as easy as Branch-and-Bound + Column-Generation](https://raw.githubusercontent.com/hlefebvr/idol/main/docs/branch-and-price-implementation.png) -Idol is a powerful and flexible library meticulously crafted for developing new mathematical optimization algorithms. +Idol is a C++ library for mathematical optimization and complex decision making. -It is built to provide researchers with a versatile toolkit to construct, tweak, and experiment with state-of-the-art -methods. Whether you're exploring Branch-and-Price, -Benders decomposition, Column-and-Constraint generation for adjustable robust problems, -or any other cutting-edge method, idol is your trusted companion. +It is designed to help you build new algorithms easily for solving more and more challenging problems. It is a versatile and powerful tool that can be used to solve a wide range of optimization problems, including mixed-integer linear programming (MILP), quadratically constrained problems (MIQCQP and MIQP), bilevel problems (BO), robust optimization problems (RO and ARO) and many more. - [Documentation](#Documentation) - [Using idol for Research?](#using-idol-for-research)