From 938fef4a37a7b7c61b4b6ff74cb4cfd2f100c427 Mon Sep 17 00:00:00 2001 From: Georgey Date: Wed, 5 Jul 2017 11:40:43 +0530 Subject: Added linux shared libraries and header files for int and ecos functions --- thirdparty/linux/include/coin/ClpEventHandler.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'thirdparty/linux/include/coin/ClpEventHandler.hpp') diff --git a/thirdparty/linux/include/coin/ClpEventHandler.hpp b/thirdparty/linux/include/coin/ClpEventHandler.hpp index 0a49c83..aeed324 100644 --- a/thirdparty/linux/include/coin/ClpEventHandler.hpp +++ b/thirdparty/linux/include/coin/ClpEventHandler.hpp @@ -1,4 +1,4 @@ -/* $Id: ClpEventHandler.hpp 1825 2011-11-20 16:02:57Z forrest $ */ +/* $Id: ClpEventHandler.hpp 2156 2015-08-07 14:51:42Z forrest $ */ // Copyright (C) 2004, International Business Machines // Corporation and others. All Rights Reserved. // This code is licensed under the terms of the Eclipse Public License (EPL). @@ -67,6 +67,7 @@ public: modifyMatrixInMiniPresolve, moreMiniPresolve, modifyMatrixInMiniPostsolve, + startOfCrossover, // in Idiot noTheta // At end (because no pivot) }; /**@name Virtual method that the derived classes should provide. -- cgit