Liking cljdoc? Tell your friends :D

automaton-simulation-de.impl.built-in-sd.causality-broken

stopping-definition to stop when causality is broken.

Causality is a property of the simulation model stating that a future event cannot change what has been done in the past already, so all changes in the state should not contradict any past event.

In practise, we check the next-snapshot date is equal or after the current snapshot.

`stopping-definition` to stop when causality is broken.

Causality is a property of the simulation model stating that a future event cannot change what has been done in the past already, so all changes in the state should not contradict any past event.

In practise, we check the `next-snapshot` `date` is equal or after the current `snapshot`.
raw docstring

evaluatesclj/s

(evaluates snapshot next-snapshot current-event)

stopping-definitionclj/s

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close