0
votes

how can I release specific resource in Anylogic? in my process I have a seize block which seizes 3 alternative resources (according to their availability). near the end I need to release one of the potential resources in the release block, according the resource which was seized. what do I have to do in order to know which resource was seized and how do I release it? I can't use the service block because the process constrains.

Thank you for your help!

1

1 Answers

0
votes

You need to make use of the Seize block and release block, and not the combined service block.

enter image description here

You can then use the options provided in the release block

enter image description here

You can read more in the help file

https://anylogic.help/library-reference-guides/process-modeling-library/release.html

You might need to seize your resources in specific seize blocks or make use of the dynamic parameters in the release blocks if you want to execute with more control