theory DBM imports Floyd_Warshall.Floyd_Warshall HOL.Real begin type_synonym ('c, 't) cval = "'c ⇒ 't" chapter ‹Difference Bound Matrices› section ‹Definitions› subsection ‹Definition and Semantics of DBMs› text ‹ Difference Bound Matrices (DBMs) constrain differences of clocks (or more precisely, the difference of values assigned to individual clocks by a valuation). The possible constraints are given by the following datatype: ›