Skip to content

Commit 8d31f99

Browse files
authored
Update README.md
1 parent 198fe07 commit 8d31f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The documentation covers the following aspects:
66
* [Modeling](#modeling)
77
+ [Processes](#processes)
88
+ [Resources](#resources)
9-
+ [Putting it together](#putting-it-together)
9+
+ [Samples](#samples)
1010
* [Monitoring](#monitoring)
1111
+ [Reports](#reports)
1212

@@ -82,7 +82,7 @@ A *Container* contains a continuous amount of some substance. Again, the substan
8282

8383
In any case, it is simple to extend the standard resources given that the code is open source. The classes are of moderate complexity, e.g. the *Resource* class is described in about 200 lines of code.
8484

85-
### Putting it together
85+
### Samples
8686

8787
Processes that interact with common resources may create highly dynamic behavior which may not be analytically tractable and thus have to be simulated. Sim# includes a number of samples that, while being easy to understand and simple, show how to model certain processes such as preemption, interruption, handover of resource requests and more. A short summary of the provided samples together with the highlights are given in the following:
8888

0 commit comments

Comments
 (0)