2020-02-21 19:42:47 +00:00
|
|
|
diff -up Clp-releases-1.17.5/Clp/src/ClpModel.cpp.orig Clp-releases-1.17.5/Clp/src/ClpModel.cpp
|
|
|
|
--- Clp-releases-1.17.5/Clp/src/ClpModel.cpp.orig 2020-02-03 06:32:17.000000000 -0700
|
|
|
|
+++ Clp-releases-1.17.5/Clp/src/ClpModel.cpp 2020-02-20 09:50:46.973499354 -0700
|
|
|
|
@@ -3720,7 +3720,7 @@ int ClpModel::emptyProblem(int *infeasNu
|
Update to latest upstream release (bz 1461031, 1603677).
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.
2019-06-28 01:42:00 +00:00
|
|
|
numberDualInfeasibilities++;
|
|
|
|
;
|
|
|
|
sumDualInfeasibilities += fabs(objValue);
|
|
|
|
- returnCode |= 2;
|
|
|
|
+ returnCode |= 1;
|
|
|
|
}
|
|
|
|
status_[i] = 0;
|
|
|
|
}
|