From 37a1cc32e47b0406894d566037eb4741986df8ec Mon Sep 17 00:00:00 2001 From: Eric D Date: Fri, 19 Jun 2020 12:36:22 +0200 Subject: [PATCH] Update README and INSTALL --- INSTALL.md | 11 +++++------ README.md | 5 +++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index dd0f286..eb51d6e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,9 +11,9 @@ _Those are the minimal version that have been tested to work, but Sirius should also work with more recent versions of those tools._ -- gcc 6.3 or Visual Studio 15 2017 -- cmake 3.12 -- git 1.8 +* gcc 6.3 or Visual Studio 15 2017 +* cmake 3.12 +* git 1.8 ### Clone, configure, build and install @@ -51,9 +51,8 @@ This directory will be refered to as __sirius_solver_ROOT__ from now on. There are two ways of doing so. -You can define an environnement variable named __sirius_solver_ROOT__ pointing to your Sirius install directory. - -Or you can define a __sirius_solver_ROOT__ variable while calling cmake +* You can define an environnement variable named __sirius_solver_ROOT__ pointing to your Sirius install directory. +* Or you can define a __sirius_solver_ROOT__ variable while calling cmake ```bash cmake -Dsirius_solver_ROOT="/path/to/sirius_solver_ROOT" [the rest of your cmake configuration command] ... diff --git a/README.md b/README.md index 160379c..a7872e4 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,13 @@ Sirius can also be used as a standalone solver for linear problems or even mixed ## Performances ### On Antares Simulator problems + Antares Simulator among many other things solve a succession of 104 linear problems (2 per week) that are very close to each other. Since only some coefficients in the objective and the bounds of the constraints change between the problems, a hotstart mechanism can be used in some cases to improve the performance of the resolution of the 104 problems. -Here are the performance measure on a laptop without using a hotstart mechanism for Sirius and Clp (COIN-OR) +Here are the performance measure on a laptop without using a hotstart mechanism for Sirius and Clp (COIN-OR) ![Antares_Sirius_vs_Coin_coldstart](resources/Antares_Sirius_vs_Coin_coldstart.png) -And when we use a hotstart between the optimisations for Sirius and Clp (COIN-OR) +And when we use a hotstart between the optimisations for Sirius and Clp (COIN-OR) ![Antares_Sirius_vs_Coin_hotstart](resources/Antares_Sirius_vs_Coin_hotstart.png) ## How to build and use Sirius