[Lemon-user] Hi, your download link isn't work!
Kwangjin Yoon
yoon28 at gist.ac.kr
Mon May 9 08:46:55 CEST 2016
Hi
I have a problem with Network Simplex module.
I installed Lemon 1.3.1 on my windows 10 machine which is the newest stable version.
It seems work well on my machine when I uses ListDiGraph, SmartDiGraph object.
But NetworkSimplex class doesn't work.
Here's the error message outputted from Visual studio 2015.
1>------ Build started: Project: mcf_tracking, Configuration: Debug Win32 ------
1> main.cpp
1>lemon.lib(windows.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
1>lemon.lib(windows.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in main.obj
1>lemon.lib(base.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
1>lemon.lib(base.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in main.obj
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>D:\workspace\2016\Cplusplus\mcf_tracking\Debug\mcf_tracking.exe : fatal error LNK1319: 4 mismatches detected
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Following is the my source code. As you can see it's very simple, just construct NetworkSimplex class ns using ListDiGraph.
#include <lemon\list_graph.h>
#include <lemon\network_simplex.h>
using namespace lemon;
void main()
{
ListDigraph g;
NetworkSimplex<ListDigraph> ns(g);
}
-----Original Message-----
From: Alpár Jüttner [mailto:alpar.juttner at gmail.com] On Behalf Of Alpar Juttner
Sent: Wednesday, May 4, 2016 6:49 PM
To: Kwangjin Yoon <yoon28 at gist.ac.kr>
Cc: lemon-user at lemon.cs.elte.hu
Subject: Re: [Lemon-user] Hi, your download link isn't work!
Hi,
that link is very obsolete. (Where did you find it?) Our main website is:
http://lemon.cs.elte.hu/
The direct link for downloading the releases is:
http://lemon.cs.elte.hu/trac/lemon/wiki/Downloads
Best regards,
Alpár
On Wed, 2016-05-04 at 17:39 +0900, Kwangjin Yoon wrote:
> Dear administrator
>
> I am a student from south Korea and I am looking forward to download
> your LEMON library.
>
> But, your download link isn’t work now.
> https://lemon.cs.elte.hu/site/products/
>
> Please check this issue as soon as possible. If you do so for me, I
> will really appreciate it.
>
>
>
> Thank you
>
> Best.
>
>
>
> Kwangjin Yoon
>
>
>
>
> _______________________________________________
> Lemon-user mailing list
> Lemon-user at lemon.cs.elte.hu
> http://lemon.cs.elte.hu/mailman/listinfo/lemon-user
More information about the Lemon-user
mailing list