Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jul 3, 2023
1 parent 09b7fe5 commit 81e4c73
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions check/CMakeLists.txt
Expand Up @@ -9,6 +9,8 @@ add_library(Catch INTERFACE)
target_include_directories(Catch INTERFACE ${CATCH_INCLUDE_DIR})
target_include_directories(Catch INTERFACE ${HIGHS_SOURCE_DIR}/highs)

configure_file(${HIGHS_SOURCE_DIR}/check/HCheckConfig.h.in ${HIGHS_BINARY_DIR}/HCheckConfig.h)

FILE(WRITE ${CMAKE_BINARY_DIR}/testoptions.txt
"mip_rel_gap=0.0
mip_abs_gap=0.0")
Expand Down Expand Up @@ -132,14 +134,14 @@ set_tests_properties(unit_tests_all
#
# define the set of feasible instances
set(successInstances
"25fv47\;3149\; 5.5018458883\;"
"25fv47\;3103\; 5.5018458883\;"
"80bau3b\;3686\; 9.8722419241\;"
"adlittle\;74\; 2.2549496316\;"
"afiro\;22\;-4.6475314286\;"
"etamacro\;532\;-7.5571523330\;"
"greenbea\;5109\;-7.2555248130\;"
"etamacro\;531\;-7.5571523330\;"
"greenbea\;5156\;-7.2555248130\;"
"shell\;623\; 1.2088253460\;"
"stair\;529\;-2.5126695119\;"
"stair\;531\;-2.5126695119\;"
"standata\;72\; 1.2576995000\;"
"standgub\;68\; 1.2576995000\;"
"standmps\;218\; 1.4060175000\;"
Expand Down

0 comments on commit 81e4c73

Please sign in to comment.