1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: coinor-flopc++
Section: science
Priority: extra
Maintainer: Soeren Sonnenburg <sonne@debian.org>
Build-Depends: cdbs, debhelper (>= 5), doxygen, graphviz,
coinor-libcoinutils-dev (>= 2.6.0-2), coinor-libosi-dev (>= 0.102.1)
Standards-Version: 3.9.1.0
Homepage: https://projects.coin-or.org/Clp
Vcs-Svn: http://bollin.googlecode.com/svn/coinor-clp/trunk/
Vcs-Browser: http://bollin.googlecode.com/svn/coinor-clp/trunk/
Package: coinor-libflopc++0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Formulation of Linear Optimization Problems in C++
An open source algebraic modelling language implemented as a C++ class
library. Using FLOPC++, linear optimization models can be specified in
a declarative style, similar to algebraic modelling languages such as
GAMS and AMPL, within a C++ program. As a result the traditional strengths of
algebraic modelling languages are preserved, while embedding linear
optimization models in software applications is facilitated.
.
Coinor-flopc++ is part of the larger COIN-OR initiative
(Computational Infrastructure for Operations Research).
.
This package contains the binaries and libraries.
Package: coinor-libflopc++-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libflopc++0 (= ${binary:Version})
Description: Formulation of Linear Optimization Problems in C++
An open source algebraic modelling language implemented as a C++ class
library. Using FLOPC++, linear optimization models can be specified in
a declarative style, similar to algebraic modelling languages such as
GAMS and AMPL, within a C++ program. As a result the traditional strengths of
algebraic modelling languages are preserved, while embedding linear
optimization models in software applications is facilitated.
.
Coinor-flopc++ is part of the larger COIN-OR initiative
(Computational Infrastructure for Operations Research).
.
This package contains the header files for developers.
Package: coinor-libflopc++-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: coinor-libflopc++-dev
Description: Formulation of Linear Optimization Problems in C++
An open source algebraic modelling language implemented as a C++ class
library. Using FLOPC++, linear optimization models can be specified in
a declarative style, similar to algebraic modelling languages such as
GAMS and AMPL, within a C++ program. As a result the traditional strengths of
algebraic modelling languages are preserved, while embedding linear
optimization models in software applications is facilitated.
.
Coinor-flopc++ is part of the larger COIN-OR initiative
(Computational Infrastructure for Operations Research).
.
This package contains the documentation and examples.
Package: coinor-libflopc++0-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libflopc++0 (= ${binary:Version})
Description: Formulation of Linear Optimization Problems in C++
An open source algebraic modelling language implemented as a C++ class
library. Using FLOPC++, linear optimization models can be specified in
a declarative style, similar to algebraic modelling languages such as
GAMS and AMPL, within a C++ program. As a result the traditional strengths of
algebraic modelling languages are preserved, while embedding linear
optimization models in software applications is facilitated.
.
Coinor-flopc++ is part of the larger COIN-OR initiative
(Computational Infrastructure for Operations Research).
.
This package contains the debug symbols.
|