About: SAMPL

An Entity of Type: language, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org:8891

SAMPL, which stands for "Stochastic AMPL", is an algebraic modeling language resulting by expanding the well-known language AMPL with extended syntax and keywords. It is designed specifically for representing stochastic programming problems and, through recent extensions, problems with chance constraints, integrated chance constraints and robust optimization problems. It can generate the deterministic equivalent version of the instances, using all the solvers AMPL connects to, or generate an SMPS representation and use specialized decomposition based solvers, like FortSP.

Property Value
dbo:abstract
  • SAMPL, which stands for "Stochastic AMPL", is an algebraic modeling language resulting by expanding the well-known language AMPL with extended syntax and keywords. It is designed specifically for representing stochastic programming problems and, through recent extensions, problems with chance constraints, integrated chance constraints and robust optimization problems. It can generate the deterministic equivalent version of the instances, using all the solvers AMPL connects to, or generate an SMPS representation and use specialized decomposition based solvers, like FortSP. (en)
dbo:influencedBy
dbo:latestReleaseDate
  • 2013-05-23 (xsd:date)
dbo:latestReleaseVersion
  • 20120523
dbo:license
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 39402121 (xsd:integer)
dbo:wikiPageLength
  • 8951 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1081957423 (xsd:integer)
dbo:wikiPageWikiLink
dbp:code
  • buy[r] >= sum{p in Prod} ProdReq[r,p] * amountprod[p, s]; (en)
  • var amountprod{p in Prod, s in Scen} >= 0, (en)
  • var amountsell{p in Prod, s in Scen} >= 0, (en)
  • var buy{r in Resource} >= 0, (en)
  • production{p in Prod, s in Scen}: amountsell[p,s] <= amountprod[p,s]; (en)
  • budgetres: sum{r in Resource} Cost[r] * buy[r] <= Budget; (en)
  • sales{p in Prod, s in Scen}: amountsell[p,s] <= Demand[p,s]; (en)
dbp:designer
  • Gautam Mitra, Enza Messina, Valente Patrick (en)
dbp:fileExt
  • .mod .dat .run .sampl (en)
dbp:genre
dbp:influencedBy
dbp:lang
  • ampl (en)
dbp:latestReleaseDate
  • 2013-05-23 (xsd:date)
dbp:latestReleaseVersion
  • 20120523 (xsd:integer)
dbp:license
dbp:name
  • SAMPL (en)
dbp:operatingSystem
dbp:paradigm
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • SAMPL, which stands for "Stochastic AMPL", is an algebraic modeling language resulting by expanding the well-known language AMPL with extended syntax and keywords. It is designed specifically for representing stochastic programming problems and, through recent extensions, problems with chance constraints, integrated chance constraints and robust optimization problems. It can generate the deterministic equivalent version of the instances, using all the solvers AMPL connects to, or generate an SMPS representation and use specialized decomposition based solvers, like FortSP. (en)
rdfs:label
  • SAMPL (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • SAMPL (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License