[ADOL-C] Installing ADOLC with sparse option enabled on 64 bitUbuntu/Debian
chuck.teeter at gmail.com
chuck.teeter at gmail.com
Wed Jun 16 13:17:11 EDT 2010
Hi Rishi,
Not sure if this fixes everything, but you may need to (at least temporarily) modify the set_HP() function to return a (dummy) value. It is prototyped to return an int, but there is no return statement in the body of the function. You will need to add a 'return 0' or similar at the bottom of the function body to get it to compile.
My Intel C++ compiler compiles this function without generating an error, but MS VC++ 2008 does not - it seems to depend on the compiler that you are using.
Sent from my Verizon Wireless BlackBerry
-----Original Message-----
From: Rishi Amrit <rishiamrit at gmail.com>
Date: Tue, 15 Jun 2010 18:51:49
To: <adol-c at list.coin-or.org>
Subject: [ADOL-C] Installing ADOLC with sparse option enabled on 64 bit
Ubuntu/Debian
_______________________________________________
ADOL-C mailing list
ADOL-C at list.coin-or.org
http://list.coin-or.org/mailman/listinfo/adol-c
More information about the ADOL-C
mailing list