We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If an arrival is dropped from a resource (see #177) and several resources were seized, this may be needed in order to know which one was responsible.
Also, this should be always possible:
trajectory() %>% release("res1", function() get_seized(env, "res1")) %>% release("res2", function() get_seized(env, "res2")) %>% ...
The text was updated successfully, but these errors were encountered:
implementation of #179
8831709
close #25, #179: mechanism to retrieve seized amounts and release all (…
6e02a74
…#180) * return immediately if seize/release amount=0 * provide get_seized method * implementation of #25 * update docs * implementation of #179 * don't allow negative id for get_*_selected * some refactoring * fix test * update NEWS * add tests
No branches or pull requests
If an arrival is dropped from a resource (see #177) and several resources were seized, this may be needed in order to know which one was responsible.
Also, this should be always possible:
The text was updated successfully, but these errors were encountered: