debian/control
author deba
Tue, 07 Feb 2006 09:32:55 +0000
changeset 1966 65765fb5eb2f
parent 1490 fa2b73784343
permissions -rw-r--r--
Easier checking in DEBUG mode

I hope we should not test ArrayMap longer

The vector map checks its limits in debug mode what
helps us to find the bad memory accesses in the maps
ladanyi@1490
     1
Source: lemon
ladanyi@1490
     2
Section: unknown
ladanyi@1490
     3
Priority: optional
ladanyi@1490
     4
Maintainer: LEMON Development Team <etik-ol@cs.elte.hu>
ladanyi@1917
     5
Build-Depends: debhelper (>= 4.0.0), glpk, libgnomecanvasmm-2.6-dev
ladanyi@1490
     6
Standards-Version: 3.6.1
ladanyi@1490
     7
ladanyi@1490
     8
Package: lemon
ladanyi@1490
     9
Architecture: any
ladanyi@1917
    10
Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomecanvasmm-2.6
ladanyi@1490
    11
Description: A C++ template library aimed at combinatorial optimization tasks.
ladanyi@1490
    12
 LEMON stands for Library of Efficient Models and
ladanyi@1490
    13
 Optimization in Networks. It is a C++ template
ladanyi@1490
    14
 library aimed at combinatorial optimization tasks,
ladanyi@1490
    15
 especially those working with graphs and networks.