From 8ed5ba62399164938304c12249d2721ab0f68f28 Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Thu, 31 Oct 2024 09:40:33 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 308ec3f..31423b5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ To build SCIP from source, you can enable the `from-source` feature. This will d ```bash cargo add russcip --features from-source ``` +This is currently the most relaiable way to get a statically-linked build of SCIP. However, it only includes SCIP with SoPlex so can only handle linear constraints. ### Custom SCIP installation If no feature is not enabled, `russcip` will look for a scip installation in the current conda environment,