debian/control
author deba
Mon, 19 Jun 2006 13:44:06 +0000
changeset 2101 439b7f21ccc4
parent 1490 fa2b73784343
permissions -rw-r--r--
Improvement:

The item sets are written in the order sorted by the labels.

It solves the problem if we read a graph from a file and
then write it back then the nodes will be reversed.
It can be switched off with the LemonWriter interface.
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.