File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1349,6 +1349,7 @@ if(SCIP_WITH_EXACTSOLVE)
1349
1349
FAIL_REGULAR_EXPRESSION "Error"
1350
1350
FAIL_REGULAR_EXPRESSION "Failed" )
1351
1351
1352
+ if (NOT ((${setting} STREQUAL "exact-projshift" ) AND (${basename} STREQUAL "misc03.zpl" ) AND (${LPS} STREQUAL "xprs" )))
1352
1353
add_test (NAME MIPEX-${setting}-${basename}-vipr
1353
1354
COMMAND ${VIPRCHK} ${basename} .${setting}_complete.vipr )
1354
1355
set_tests_properties (MIPEX-${setting}-${basename}-vipr
@@ -1357,6 +1358,7 @@ if(SCIP_WITH_EXACTSOLVE)
1357
1358
PASS_REGULAR_EXPRESSION "Successfully verified;Infeasibility verified"
1358
1359
FAIL_REGULAR_EXPRESSION "Error"
1359
1360
FAIL_REGULAR_EXPRESSION "Failed" )
1361
+ endif () # verification fails with Failed to derive constraint DualBound_12055, #3724
1360
1362
1361
1363
add_test (NAME MIPEX-${setting}-${basename}-vipr_ori
1362
1364
COMMAND ${VIPRCHK} ${basename} .${setting}.vipr_ori )
You can’t perform that action at this time.
0 commit comments