Skip to content

Commit

Permalink
Add Highs basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslundell committed Jun 14, 2024
1 parent 710ce94 commit 55503af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ file(

if(HAS_CBC)
find_package(PkgConfig)

if(PkgConfig_FOUND)
include(FindPkgConfig)
find_package(CBC)
Expand Down
6 changes: 6 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ if(HAS_GUROBI)
set(cpptests ${cpptests} Gurobi)
endif()

if(HAS_HIGHS)
set(Highs_parts 1 2)
set(cpptests ${cpptests} Highs)
endif()


if(HAS_GAMS)
set(GAMS_parts
1
Expand Down

0 comments on commit 55503af

Please sign in to comment.