From 01e267b4178a9f6bb0f48425111809437931d043 Mon Sep 17 00:00:00 2001 From: lisazeyen <35347358+lisazeyen@users.noreply.github.com> Date: Fri, 3 Mar 2023 09:55:42 +0100 Subject: [PATCH] add link to highs solver settings --- config.default.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.default.yaml b/config.default.yaml index a0a67a35..5b67552f 100644 --- a/config.default.yaml +++ b/config.default.yaml @@ -416,6 +416,7 @@ solving: solver_options: highs-default: + # refer to https://ergo-code.github.io/HiGHS/options/definitions.html#solver threads: 4 solver: "ipm" run_crossover: "off"