summaryrefslogtreecommitdiff
blob: a09571668d51108051f374f20e53a2cea16a8712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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 Stochastic Modeling Interface (SMI) is an interface for
		problems in which uncertainty and optimization appear
		together. There are many modeling and algorithmic approaches that
		could belong here, like: recourse programming, chance constrained
		programming, stochastic control and dynamic programming, robust
		optimization, etc, etc. SMI is intended to be like OSI in the sense
		that an SmiXX object is an implementation derived from a base class
		that takes care of a number of commonly encountered programming
		issues, like handling probability distributions, managing problem
		generation, interacting with solvers to obtain solution information,
		etc.
	</longdescription>
</pkgmetadata>