debian/control
author hegyi
Thu, 05 Jan 2006 12:30:09 +0000
changeset 1878 409a31271efd
child 1917 87d3518d73d8
permissions -rw-r--r--
Several changes. \n If new map is added to mapstorage it emits signal with the name of the new map. This was important, because from now on not only tha mapwin should be updated. \n Furthermore algobox gets a pointer to mapstorage instead of only the mapnames from it. This is important because without it it would be complicated to pass all of the required maps to algobox.
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@1490
     5
Build-Depends: debhelper (>= 4.0.0)
ladanyi@1490
     6
Standards-Version: 3.6.1
ladanyi@1490
     7
ladanyi@1490
     8
Package: lemon
ladanyi@1490
     9
Architecture: any
ladanyi@1490
    10
Depends: ${shlibs:Depends}, ${misc:Depends}, glpk
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.