make: Enable HiGHS support by default

This commit is contained in:
Corentin Le Molgat
2025-06-11 15:23:46 +02:00
parent ef630e7b7b
commit afbb56379c

View File

@@ -35,7 +35,7 @@ endif
BUILD_TYPE ?= Release
USE_COINOR ?= ON
USE_GLPK ?= OFF
USE_HIGHS ?= OFF
USE_HIGHS ?= ON
USE_PDLP := ON # OFF not supported
USE_SCIP ?= ON
USE_CPLEX ?= OFF