Skip to content

Commit 884f745

Browse files
committed
fiball now solves in 5.22 seconds
1 parent 6f740fe commit 884f745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check/TestMipSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ TEST_CASE("issue-2432", "[highs_test_mip_solver]") {
10371037
}
10381038

10391039
TEST_CASE("mip-race", "[highs_test_mip_solver]") {
1040-
const bool ci_test = true; // false;//
1040+
const bool ci_test = false;//true; //
10411041
const std::string model = ci_test ? "rgn" : "fiball"; //flugpl
10421042
// "neos-3381206-awhea";
10431043
const std::string model_file =

0 commit comments

Comments
 (0)