debian/control
author deba
Wed, 01 Mar 2006 10:25:30 +0000
changeset 1991 d7442141d9ef
parent 1490 fa2b73784343
permissions -rw-r--r--
The graph adadptors can be alteration observed.
In most cases it uses the adapted graph alteration notifiers.
Only special case is now the UndirGraphAdaptor, where
we have to proxy the signals from the graph.

The SubBidirGraphAdaptor is removed, because it doest not
gives more feature than the EdgeSubGraphAdaptor<UndirGraphAdaptor<Graph>>.

The ResGraphAdaptor is based on this composition.
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.