Skip to content

Commit 70e3fb2

Browse files
committed
Large bounds test OK for LP/MIP/QP
1 parent e079ec3 commit 70e3fb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

check/TestUserScale.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ TEST_CASE("ill-scaled-model", "[highs_user_scale]") {
325325
printf(
326326
"\n================\nill-scaled-model: LP test - large bounds\n================\n");
327327
testLp(h, ok_cost, small_col_lower, large_bound);
328+
if (dev_run)
329+
printf(
330+
"\n================\nill-scaled-model: LP test - large costs and bounds\n================\n");
331+
testLp(h, large_cost, small_col_lower, large_bound);
328332
}
329333

330334
if (mip_test) {

0 commit comments

Comments
 (0)