mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
21 lines
816 B
XML
21 lines
816 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
The COIN-OR Formulation of Linear Optimization Problems in C++
|
|
(FLOPC++) is a linear optimization modelling language that 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.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">coin-or/FlopCpp</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|