cmake: prepare HiGHS support
This commit is contained in:
committed by
Mizux Seiha
parent
3934344e03
commit
86321f2025
@@ -231,6 +231,9 @@ endif()
|
||||
if(USE_GLPK)
|
||||
list(APPEND FLAGS "-DUSE_GLPK")
|
||||
endif()
|
||||
if(USE_HIGHS)
|
||||
list(APPEND FLAGS "-DUSE_HIGHS")
|
||||
endif()
|
||||
if(USE_PDLP)
|
||||
list(APPEND FLAGS "-DUSE_PDLP")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user