Skip to content

Commit 3fd2b33

Browse files
authored
Merge pull request #60 from gamma-opt/figure-fix
Update syntax for figures
2 parents e70a45e + 8927e66 commit 3fd2b33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/decision-programming/RJT-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ A rooted tree satisfying condition (1) is said to satisfy the *running intersect
1818

1919
An example of influence diagram (upper figure) conversion to RJT (lower figure) for [pig breeding](@ref pig-breeding) problem with $N=4$ is shown below.
2020

21-
<img src="figures/pig_breeding_N=4.jpg" width="400"> <br>
21+
![](figures/pig_breeding_N=4.jpg)
2222

23-
<img src="figures/pig_breeding_rjt_N=4.jpg" width="330">
23+
![](figures/pig_breeding_rjt_N=4.jpg)
2424

2525
## Formulating an optimization problem based on gradual RJT
2626

@@ -103,4 +103,4 @@ Currently, the RJT formulation commands in the package do not support forbidden
103103

104104
[^2]: Parmentier, A., Cohen, V., Leclere, V., Obozinski, G., Salmon, J., 2020. Integer programming on the junction tree polytope for influence diagrams. INFORMS Journal on Optimization 2, 209–228.
105105

106-
[^3]: Koller, D., Friedman, N., 2009. Probabilistic graphical models: principles and techniques. MIT press
106+
[^3]: Koller, D., Friedman, N., 2009. Probabilistic graphical models: principles and techniques. MIT press
5.94 KB
Loading

0 commit comments

Comments
 (0)