From e8e9b4816b590aa41ad0f331d541da4dc735b10d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 18 Oct 2023 00:08:40 +0900 Subject: [PATCH] Fix typo in readme.org precomplied -> precompiled --- readme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.org b/readme.org index dccd35a..cab93a7 100644 --- a/readme.org +++ b/readme.org @@ -70,7 +70,7 @@ or, equivalently, cloning the original source code of École and patching it usi And eventually, SCIP, which is the underlying mathematical solver where we replace the branching strategies with trained classifiers, [[https://scipopt.org/index.php#download][from here]]. Once the -precomplied version have been extracted, install école using: +precompiled version have been extracted, install école using: #+begin_src cd [PATH]/[TO]/ecole CMAKE_ARGS="-DSCIP_DIR=[PATH]/[TO]/scipoptsuite/src/build/scip -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON" python -m pip install .