Changeset 1910 for trunk/Clp/src/CoinAbcHelperFunctions.cpp
- Timestamp:
- Jan 26, 2013 9:00:13 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:externals
-
old new 7 7 Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/stable/1.2 8 8 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 9 CoinUtils https://projects.coin-or.org/svn/CoinUtils/ stable/2.8/CoinUtils10 Osi https://projects.coin-or.org/svn/Osi/ stable/0.105/Osi9 CoinUtils https://projects.coin-or.org/svn/CoinUtils/trunk/CoinUtils 10 Osi https://projects.coin-or.org/svn/Osi/trunk/Osi
-
- Property svn:externals
-
trunk/Clp/src/CoinAbcHelperFunctions.cpp
- Property svn:keywords set to Id
r1878 r1910 1 /* $Id : CoinAbcHelperFunctions.cpp 1817 2011-11-03 09:26:23Z forrest$ */1 /* $Id$ */ 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others, Copyright (C) 2012, FasterCoin. All Rights Reserved. 4 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 5 5 6 #if CLP_HAS_ABC7 6 #include <cfloat> 8 7 #include <cstdlib> … … 2015 2014 return true; 2016 2015 } 2017 #endif
Note: See TracChangeset
for help on using the changeset viewer.