Skip to content

Instantly share code, notes, and snippets.

@bart6114
Created May 3, 2016 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bart6114/0924637a5cf823e54c360c0f54504731 to your computer and use it in GitHub Desktop.
Save bart6114/0924637a5cf823e54c360c0f54504731 to your computer and use it in GitHub Desktop.
{
"env": {
"resources": {
"nurse": {
"capacity": 1
},
"doctor": {
"capacity": 1
}
},
"generators": {
"patients": {
"trajectory": "t1",
"dist": "%at(0,0,0)%"
}
}
},
"trajectories": {
"t1": [
{
"activity": "seize",
"resource": "nurse"
},
{
"activity": "timeout",
"task": "%3%"
},
{
"activity": "release",
"resource": "nurse"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment