Avoiding Infinite Processing Loops
Main cause of infinite processing loops:
- value sending/changing loop = cycle in the constraint network
Remedy:
- use priorities of agents (e.g., alphabetical order)
- similar to avoiding deadlocks in distributed systems