[Coin-lpsolver] Assertion failed in ClpSimplex

E Bouillet ebouillet at hotmail.com
Tue Aug 23 21:56:57 EDT 2005


I've tried the latest version and it works. Thanks a lot - you guys are 
fantastic!
I checked the creation date of the earlier version of the file, the one that 
used to work before I ran into that problem, and it was from August 1st, so 
it was at least 3 weeks old when I checked it out, not 2 as I mentioned in 
my earlier email, which may explain why it worked when it wasn't supposed 
to. Somehow I thought it was more recent - sorry for the confusion.

Eric,



>From: John J Forrest <jjforre at us.ibm.com>
>CC: coin-lpsolver at list.coin-or.org
>Subject: Re: [Coin-lpsolver] Assertion failed in ClpSimplex
>Date: Mon, 22 Aug 2005 11:54:54 -0400
>MIME-Version: 1.0
>Received: from iol-e.informs.org ([66.173.196.113]) by MC8-F5.hotmail.com 
>with Microsoft SMTPSVC(6.0.3790.211); Mon, 22 Aug 2005 08:58:03 -0700
>Received: from static-66-173-196-113.frame.cavtel.net 
>(localhost.localdomain [127.0.0.1])by iol-e.informs.org (8.13.1/8.13.1) 
>with ESMTP id j7MFtFWU027470;Mon, 22 Aug 2005 11:55:31 -0400
>Received: from e2.ny.us.ibm.com (e2.ny.us.ibm.com [32.97.182.142])by 
>iol-e.informs.org (8.13.1/8.13.1) with ESMTP id j7MFtCZY027467for 
><coin-lpsolver at list.coin-or.org>; Mon, 22 Aug 2005 11:55:13 -0400
>Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com 
>[9.56.227.234])by e2.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id 
>j7MFt8Z5026860for <coin-lpsolver at list.coin-or.org>; Mon, 22 Aug 2005 
>11:55:11 -0400
>Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217])by 
>d01relay02.pok.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP idj7MFt8Pr283736for 
><coin-lpsolver at list.coin-or.org>; Mon, 22 Aug 2005 11:55:08 -0400
>Received: from d01av03.pok.ibm.com (loopback [127.0.0.1])by 
>d01av03.pok.ibm.com (8.12.11/8.13.3) with ESMTP id j7MFt8KY019074for 
><coin-lpsolver at list.coin-or.org>; Mon, 22 Aug 2005 11:55:08 -0400
>Received: from [9.56.227.91] (d01ml605.pok.ibm.com [9.56.227.91])by 
>d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j7MFt8nt019058for 
><coin-lpsolver at list.coin-or.org>; Mon, 22 Aug 2005 11:55:08 -0400
>X-Message-Info: UZmYcfFpTCclTlDHedE3hhyK4+hNoIGKhlRFaRHEtpk=
>X-Mailer: Lotus Notes Release 6.5.1IBM February 19, 2004
>X-MIMETrack: Serialize by Router on 
>D01ML605/01/M/IBM(BuildV70_08072005|August 07, 2005) at 08/22/2005 
>11:55:07,Serialize complete at 08/22/2005 11:55:07
>X-BeenThere: coin-lpsolver at list.coin-or.org
>X-Mailman-Version: 2.1.5
>Precedence: list
>List-Id: discussion on design and implementation of a native LP 
>solver<coin-lpsolver.list.coin-or.org>
>List-Unsubscribe: 
><http://list.coin-or.org/mailman/listinfo/coin-lpsolver>,<mailto:coin-lpsolver-request at list.coin-or.org?subject=unsubscribe>
>List-Archive: <http://list.coin-or.org/pipermail/coin-lpsolver>
>List-Post: <mailto:coin-lpsolver at list.coin-or.org>
>List-Help: <mailto:coin-lpsolver-request at list.coin-or.org?subject=help>
>List-Subscribe: 
><http://list.coin-or.org/mailman/listinfo/coin-lpsolver>,<mailto:coin-lpsolver-request at list.coin-or.org?subject=subscribe>
>Errors-To: coin-lpsolver-bounces at list.coin-or.org
>Return-Path: coin-lpsolver-bounces at list.coin-or.org
>X-OriginalArrivalTime: 22 Aug 2005 15:58:03.0408 (UTC) 
>FILETIME=[472A3900:01C5A732]
>
>Thanks to JP for pointing out problem.  NDEBUG is undeffed in
>OsiClpSolverInterfaceTest.cpp but exceptions are not thrown (and less
>checking is done) if NDEBUG is defined for OsiClpSolverInterface.cpp.  I
>think I could cure for VC++ by modifying OsiClpSolverInterfaceTest.cpp but
>it could break with right combination of options on gcc.
>
>I always use -g on OsiClpSolverInterface.cpp so never ran into problem.
>
>I have modified OsiClpSolverInterface.cpp so should work.  I can't see
>there being any significant performance hit.
>
>John Forrest
>
>
>
>"E Bouillet" <ebouillet at hotmail.com>
>Sent by: coin-lpsolver-bounces at list.coin-or.org
>08/22/2005 02:16 AM
>
>To
>coin-lpsolver at list.coin-or.org
>cc
>
>Subject
>Re: [Coin-lpsolver] Assertion failed in ClpSimplex
>
>
>
>
>
>
>
>Thank you for your prompt reply,
>
>I checked out the last version from CVS today, and compiled it using VC++
>with the same compilation options that I used for an earlier version (/Ox
>/EHsc /GR) downloaded about 2 weeks ago.
>All the Clp/clp.exe and Cbc/cbc.exe tests are ok, but somehow now
>Osi/unitTest.exe aborts at the begining of OsiClpSolverInterfaceUnitTest,
>when invoking readMps. If I surround the readMps in a try/catch block and
>catch the std::exception it read the file with 0 errors, and abort at the
>next readMps. Printing the caught exception doesn't shed a light about its
>
>cause. Unfortunately I don't have the debugger here, and that's as far as
>I
>could go for now.
>
>I guess using VC++ doesn't make things any easier and it's possible that I
>
>am missing some options when building the libraries, even though it used
>to
>work in the previous version.
>Any idea what the problem could be?
>
>Thanks!
>
>
> >From: John J Forrest <jjforre at us.ibm.com>
> >
> >I took out assert a few days ago.
> >
>
>
>_______________________________________________
>Coin-lpsolver mailing list
>Coin-lpsolver at list.coin-or.org
>http://list.coin-or.org/mailman/listinfo/coin-lpsolver
>


>_______________________________________________
>Coin-lpsolver mailing list
>Coin-lpsolver at list.coin-or.org
>http://list.coin-or.org/mailman/listinfo/coin-lpsolver





More information about the Clp mailing list