* lpsolve: add lpsolve cmake script was forked from - https://github.com/PADrend/ThirdParty/blob/master/lpsolve-CMakeLists.txt - https://github.com/PADrend/ThirdParty/blob/master/lpsolve-lpsolveConfig.cmake.in ref: - https://github.com/PADrend/ThirdParty/pull/2 - https://github.com/PADrend/ThirdParty/pull/3 * lpsolve: fix makedepends
12 lines
511 B
Diff
12 lines
511 B
Diff
--- lp_presolve.c.orig 2018-08-11 10:51:31.973568400 +0900
|
|
+++ lp_presolve.c 2018-08-11 10:51:37.302560900 +0900
|
|
@@ -341,7 +341,7 @@
|
|
/* Presolve routines for tightening the model */
|
|
/* ----------------------------------------------------------------------------- */
|
|
|
|
-INLINE REAL presolve_roundrhs(lprec *lp, REAL value, MYBOOL isGE)
|
|
+/*INLINE*/ REAL presolve_roundrhs(lprec *lp, REAL value, MYBOOL isGE)
|
|
{
|
|
#ifdef DoPresolveRounding
|
|
REAL eps = PRESOLVE_EPSVALUE*1000,
|