Skip to content

Commit df3d739

Browse files
committed
edit index documentation
1 parent b588c42 commit df3d739

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
![Problem Summary](figures/problemsum.svg)
77

8+
## Usage
9+
If we look at a specific problem whose struct is named `structName` and whose type is `type` as shown in the problem summary table. Then we are able to set up an instance of the struct for that specific problem using the following:
10+
```julia
11+
m = structName()
12+
decprob = type(m)
13+
```
14+
815
### MDP Models
916

1017
```@contents

0 commit comments

Comments
 (0)