[Lemon-user] Using NetworkSimplex Algorithm

T.A. Heba Essam Heba.Essam at cis.asu.edu.eg
Wed Jun 12 15:29:32 CEST 2013


Dear Peter, 

Thanks for your time and effort. I so much appreciate that.

Well, I actually found out that many other "#include" cause the problem, not only stdafx.h :( 

Seems like it doesn't accept including files rather than lemon ones or else it gives compilation errors!! which I can't do as I'm using LEMON as a part of my project. Sounds weird, having no clue how this can be handled.

Regards, 
Heba Essam

________________________________________
From: Kovács Péter [kpeter at inf.elte.hu]
Sent: Wednesday, June 12, 2013 10:52 AM
To: T.A. Heba Essam
Cc: Alpar Juttner; lemon-user at lemon.cs.elte.hu
Subject: Re: [Lemon-user] Using NetworkSimplex Algorithm

Hi Heba,

I checked your code example. Without #include "stdafx.h", it compiles
and runs correctly for me using GCC compiler (well, INFINITE must be
defined then, e.g. #define INFINITE 1000000).

Therefore, the problem may be related to your stdafx.h or the compiler.
Could you try compiling the code without including stdafx.h?

Regards,
Peter


On 2013.06.12. 12:24, T.A. Heba Essam wrote:
> Thanks Alpar :)
>
> Then, I still hope if we can figure out the cause of these errors.
>
> Regards,
> Heba
> ________________________________________
> From: Alpár Jüttner [alpar.juttner at gmail.com] on behalf of Alpar Juttner [alpar at cs.elte.hu]
> Sent: Wednesday, June 12, 2013 10:14 AM
> To: T.A. Heba Essam
> Cc: Kovács Péter; lemon-user at lemon.cs.elte.hu
> Subject: Re: [Lemon-user] Using NetworkSimplex Algorithm
>
> Hi,
>
>> Note: as VS 2010 is 32-bit while LEMON is 64,
>
> There is nothing 64-bit specific in LEMON.
>
>>   can this cause the problem by any means?
>
> No, it cannot.
>
> Regards,
> Alpar
>
>
>
>






More information about the Lemon-user mailing list