Skip to content

Commit 14b02bc

Browse files
committed
Renamed infeasible.mps to infeasible-mip1.mps and infeasible-mip.mps to infeasible-mip0.mps
1 parent 2292bd8 commit 14b02bc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

check/TestMipSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ TEST_CASE("MIP-infeasible-start", "[highs_test_mip_solver]") {
519519

520520
// Stefan's example
521521
std::string filename;
522-
filename = std::string(HIGHS_DIR) + "/check/instances/infeasible.mps";
522+
filename = std::string(HIGHS_DIR) + "/check/instances/infeasible-mip1.mps";
523523

524524
highs.readModel(filename);
525525
sol.col_value = {75, 0, 275, 300, 300, 0, 0, 0, 50, 0, 0,

0 commit comments

Comments
 (0)