e443003589
Also: - Update project URL. - Change License from EPL to EPL-1.0. - Eliminate unnecessary BRs and Rs. - Build with Cbc, MUMPS, nauty, and suitesparse. - Build in bootstrap mode. - Add -bad-cast, -badcolumn, -param, -catch, -sprintf, -overflow, and -signed patches. - Eliminate rpath from the library. - Force libtool to not defeat -Wl,--as-needed. - Be explicit about library versions as required by latest guidelines. - Filter out unnecessary Libs values from pkgconfig files. - Package doxygen tag file to enable cross-linking.
12 lines
427 B
Diff
12 lines
427 B
Diff
--- Clp-1.17.1/src/ClpModel.cpp.orig 2019-03-15 09:56:51.000000000 -0600
|
|
+++ Clp-1.17.1/src/ClpModel.cpp 2019-04-01 16:40:33.283793373 -0600
|
|
@@ -3701,7 +3701,7 @@ int ClpModel::emptyProblem(int *infeasNu
|
|
numberDualInfeasibilities++;
|
|
;
|
|
sumDualInfeasibilities += fabs(objValue);
|
|
- returnCode |= 2;
|
|
+ returnCode |= 1;
|
|
}
|
|
status_[i] = 0;
|
|
}
|