Skip to content

Commit 01c7608

Browse files
svigerskestephenjmaher
authored andcommitted
skip BendersQP-benders-qp-classical_30_0 with LPS=cpx, too
- unresolved numerical troubles in LP after plenty of separation - ref #3724
1 parent 453c92f commit 01c7608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ if((${TEST_BENDERSQP} AND (NOT ${LPS} STREQUAL "msk" )) OR (NOT ${prefix} STREQU
678678
#
679679
# treat the instance as a tuple (list) of two values
680680
#
681-
if(NOT ((${basename} STREQUAL "classical_30_0.mps") AND (${LPS} STREQUAL "grb")))
681+
if(NOT ((${basename} STREQUAL "classical_30_0.mps") AND ((${LPS} STREQUAL "grb") OR (${LPS} STREQUAL "cpx"))))
682682
add_test(NAME ${prefix}-${setting}-${basename}
683683
COMMAND $<TARGET_FILE:scip> -c "set load ${PROJECT_SOURCE_DIR}/check/coverage/settings/${setting}.set read ${PROJECT_SOURCE_DIR}/check/${instpath} read ${PROJECT_SOURCE_DIR}/check/${decpath} opt validatesol ${optval} ${optval} q"
684684
)
@@ -688,7 +688,7 @@ if((${TEST_BENDERSQP} AND (NOT ${LPS} STREQUAL "msk" )) OR (NOT ${prefix} STREQU
688688
FAIL_REGULAR_EXPRESSION "ERROR|user parameter file <${PROJECT_SOURCE_DIR}/check/coverage/settings/${setting}.set> not found"
689689
DEPENDS scip-build
690690
)
691-
endif() # separation does not converge, #3724 (LPS=grb, BendersQP-benders-qp-classical_30_0.mps)
691+
endif() # separation does not converge, #3724 (LPS=grb or LPS=cpx, BendersQP-benders-qp-classical_30_0.mps)
692692
endforeach(setting)
693693
endforeach(instance)
694694
endif()

0 commit comments

Comments
 (0)