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 @@ -1329,6 +1329,7 @@ if(SCIP_WITH_EXACTSOLVE)
1329
1329
configure_file (interactiveshell/readertest-wrongformat.bat.in interactiveshell/readertest-${extension}-${basename}.bat )
1330
1330
set (regex "${message_format_${extension} }" )
1331
1331
endif ()
1332
+ if (NOT ((${extension} STREQUAL "cip" ) AND (${basename} STREQUAL "rgn.zpl" ) AND (${LPS} STREQUAL "xprs" )))
1332
1333
add_test (NAME MIPEX-readertest-${extension}-${basename}
1333
1334
COMMAND $< TARGET_FILE:scip>
1334
1335
-c "set load ${PROJECT_SOURCE_DIR} /check/coverage/settings/exact-default.set"
@@ -1340,6 +1341,7 @@ if(SCIP_WITH_EXACTSOLVE)
1340
1341
FAIL_REGULAR_EXPRESSION "ERROR"
1341
1342
DEPENDS scip-build
1342
1343
)
1344
+ endif () # LP Error: Xpress returned 11, #3724
1343
1345
endforeach (extension )
1344
1346
endforeach (instance )
1345
1347
#
You can’t perform that action at this time.
0 commit comments