From 01c1b9161b85e068900a7f1d2711696d8957d729 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 19 Jan 2024 16:59:39 +0100 Subject: [PATCH] COPT solver provide sensible default settings --- config/config.default.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/config.default.yaml b/config/config.default.yaml index 661f855e..d071f73f 100644 --- a/config/config.default.yaml +++ b/config/config.default.yaml @@ -755,6 +755,10 @@ solving: solutiontype: 2 # non basic solution, ie no crossover barrier.convergetol: 1.e-5 feasopt.tolerance: 1.e-6 + copt-default: + Threads: 8 + LpMethod: 2 + Crossover: 0 cbc-default: {} # Used in CI glpk-default: {} # Used in CI