Skip to content
New issue

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

Optional flag for tie-breaking vs tie-making #10

Open
kris-brown opened this issue May 16, 2024 · 1 comment
Open

Optional flag for tie-breaking vs tie-making #10

kris-brown opened this issue May 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kris-brown
Copy link
Collaborator

If multiple events occur at the same time (due to dirac delta functions), we have a choice between:

  1. executing the events in an arbitrary order (some events may invalidate other ones scheduled for the same instant)
  2. enforcing that the events must be compatible (other wise error) and then execute concurrently (Parallel independence AlgebraicRewriting.jl#60)

This could be a parameter to ABM. Finer granularity would involve opting in for specific rules to allow them to have automatic tie-breaking.

@kris-brown kris-brown added the enhancement New feature or request label May 16, 2024
@kris-brown kris-brown self-assigned this May 16, 2024
@kris-brown
Copy link
Collaborator Author

Parallel events get executed in an arbitrary order. It seems challenging (but possible) to check whether the order does not matter when there are PAC/NAC involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant