Skip to content

Commit 814028b

Browse files
committed
skip test MIPEX-readertest-cip-rgn.zpl if LPS=xprs
- an LP solve fails with lpi_xprs.c:2083: LP Error: Xpress returned 11 (node 1) error in strong branching call for variable <t_t_x$ACD2> with solution 0.446071 SCIP recovers
1 parent 388437b commit 814028b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

check/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,7 @@ if(SCIP_WITH_EXACTSOLVE)
12721272
configure_file(interactiveshell/readertest-wrongformat.bat.in interactiveshell/readertest-${extension}-${basename}.bat)
12731273
set(regex "${message_format_${extension}}")
12741274
endif()
1275+
if(NOT ((${extension} STREQUAL "cip") AND (${basename} STREQUAL "rgn.zpl") AND (${LPS} STREQUAL "xprs")))
12751276
add_test(NAME MIPEX-readertest-${extension}-${basename}
12761277
COMMAND $<TARGET_FILE:scip>
12771278
-c "set load ${PROJECT_SOURCE_DIR}/check/coverage/settings/exact-default.set"
@@ -1283,6 +1284,7 @@ if(SCIP_WITH_EXACTSOLVE)
12831284
FAIL_REGULAR_EXPRESSION "ERROR"
12841285
DEPENDS scip-build
12851286
)
1287+
endif() # LP Error: Xpress returned 11, #3724
12861288
endforeach(extension)
12871289
endforeach(instance)
12881290
#

0 commit comments

Comments
 (0)