summaryrefslogtreecommitdiff
path: root/sci-libs/lemon/metadata.xml
blob: 48f751e77f52315d131231b9c3e96d7f38bd8458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <longdescription>
		LEMON stands for Library for Efficient Modeling and Optimization in
		Networks. It is a C++ template library providing efficient
		implementations of common data structures and algorithms with focus
		on combinatorial optimization tasks connected mainly with graphs and
		networks.
	</longdescription>
  <use>
    <flag name="coin">Enable the <pkg>sci-libs/coinor-clp</pkg> and <pkg>sci-libs/coinor-cbc</pkg> graph algorithms</flag>
    <flag name="glpk">Enable GNU Linear Programming Kit <pkg>sci-mathematics/glpk</pkg> support</flag>
  </use>
  <origin>srcux</origin>
</pkgmetadata>