coin-or-Clp/coin-or-Clp-badcolumn.patch
Jerry James e443003589 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-27 19:42:00 -06:00

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;
}