clock-zones

Crates.ioclock-zones
lib.rsclock-zones
version0.4.1
sourcesrc
created_at2020-10-27 01:37:35.490335
updated_at2021-05-04 22:40:55.341762
descriptionA library for handling clock zones.
homepage
repositoryhttps://github.com/koehlma/momba
max_upload_size
id305823
size40,262
Maximilian Köhl (koehlma)

documentation

https://docs.rs/clock-zones

README

clock-zones

crate documentation

A library for handling clock zones as they appear in the context of timed automata. Timed automata have been pioneered by Rajeev Alur and David Dill in 1994 to model real-time systems [1]. Timed automata extend finite automata with real-valued clocks. This crate provides an implementation of the difference bound matrix (DBM) data structure to efficiently represent clock zones. The implementation is mostly based on [2].

Commit count: 594

cargo fmt