Skip to content

Commit 535e57d

Browse files
committed
intel unit test eq tolerance
1 parent ad9e43b commit 535e57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check/TestLpModification.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ TEST_CASE("LP-modification", "[highs_data]") {
797797
REQUIRE(model_status == HighsModelStatus::kOptimal);
798798

799799
highs.getInfoValue("objective_function_value", optimal_objective_value);
800-
REQUIRE(optimal_objective_value - avgas_optimal_objective_value < 1e10);
800+
REQUIRE(optimal_objective_value - avgas_optimal_objective_value < 1e-10);
801801

802802
// Fix columns 1, 3, 5, 7 to check resetting of their nonbasic status
803803
col1357_lower[0] = 0;

0 commit comments

Comments
 (0)