Skip to content

Commit c8111bc

Browse files
authored
Update README.md
@JuliaRegister register()
1 parent f345354 commit c8111bc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66
## Description
77
`DecisionProgramming.jl` is a [Julia](https://julialang.org/) package for solving multi-stage decision problems under uncertainty, modeled using influence diagrams. Internally, it relies on mathematical optimization. Decision models can be embedded within other optimization models. We designed the package as [JuMP](https://jump.dev/) extension. We have also developed a [Python](https://python.org) interface, which is available [here](https://github.com/gamma-opt/pyDecisionProgramming).
88

9+
## Citting
10+
The Decision Prgramming framework is decribed in this publication. If you found the framework useful in your work, we kindly ask you to cite the following publication ([pdf](https://www.sciencedirect.com/science/article/pii/S0377221721010201/pdf)):
11+
```
12+
@article{Salo_et_al-2022,
13+
title = {Decision programming for mixed-integer multi-stage optimization under uncertainty},
14+
journal = {European Journal of Operational Research},
15+
volume = {299},
16+
number = {2},
17+
pages = {550-565},
18+
year = {2022},
19+
issn = {0377-2217},
20+
doi = {https://doi.org/10.1016/j.ejor.2021.12.013},
21+
url = {https://www.sciencedirect.com/science/article/pii/S0377221721010201},
22+
author = {Ahti Salo and Juho Andelmin and Fabricio Oliveira},
23+
keywords = {Decision analysis, Influence diagrams, Decision trees, Contingent portfolio programming, Stochastic programming}
24+
}
25+
```
926

1027
## Syntax
1128
![](examples/figures/simple-id.svg)

0 commit comments

Comments
 (0)