You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: check/CMakeLists.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1380,6 +1380,7 @@ if(SCIP_WITH_EXACTSOLVE)
1380
1380
# loop over all settings
1381
1381
#
1382
1382
foreach(setting ${settings_MIPEX})
1383
+
if(NOT ((${basename}STREQUAL"enigma.mps") AND (${setting}STREQUAL"exact-exactlp") AND (${LPS}STREQUAL"msk"))) # certificate.cpp:3194 assert failing, #4261
1383
1384
#
1384
1385
# treat the instance as a tuple (list) of two values
1385
1386
#
@@ -1395,6 +1396,7 @@ if(SCIP_WITH_EXACTSOLVE)
1395
1396
FAIL_REGULAR_EXPRESSION"user parameter file <${PROJECT_SOURCE_DIR}/check/coverage/settings/${setting}.set> not found"
1396
1397
DEPENDS scip-build
1397
1398
)
1399
+
endif()
1398
1400
endforeach(setting)
1399
1401
endforeach(instance ${instances_MIPEX})
1400
1402
#
@@ -1406,6 +1408,7 @@ if(SCIP_WITH_EXACTSOLVE)
1406
1408
# loop over all settings
1407
1409
#
1408
1410
foreach(setting ${settings_MIPEX})
1411
+
if(NOT ((${basename}STREQUAL"enigma.mps") AND ((${setting}STREQUAL"exact-exactlp") OR (${setting}STREQUAL"exact-projshift")) AND (${LPS}STREQUAL"grb"))) # certificate.cpp:3194 assert failing, #4261
1409
1412
#
1410
1413
# treat the instance as a tuple (list) of two values
0 commit comments