blob: 03d23c939f98555be238d768ae138ec8844284f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?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 Open Solver Interface is a uniform API for interacting
with callable solver libraries. It supports linear programming
solvers as well as the ability to "finish off" a mixed-integer
problem calling the solver library's MIP solver.
</longdescription>
<upstream>
<remote-id type="github">coin-or/Osi</remote-id>
</upstream>
</pkgmetadata>
|