Module Frama_c_kernel.Lti_system

This module aims to provide overapproximations of the behaviors of linear time-invariant systems, for both the transition and the permanent phases.

A LTI system corresponds to the following recursive equation :

X[t + 1] = AX[t] + Bε[t] + S

where :

Several notes here :

A complete documentation on the underlying theory will be added in a near future. For an example using this module, one can check its tests, located in ./test/lti_system.

module Make (K : Field.S) : sig ... end