Condition_mapSourceA map from conditions to lattice elements, which is incrementally refined according to the result of some operations.
Raised when using a condition map with a condition for which the value was never refined.
The type of conditions. This can be viewed as formulas, or as sets of valuations satisfying the formula.
One implementation of LConditionMap, where partitions are hierarchically split in two, based on the order in which they were inserted.
Another implementation of LConditionMap: maintains a flat partition of the possible different values, with the BDD that lead to it.
module MakePathInsensitive
(Cond : CONDITION)
(M : sig ... end) :
TRANSFER_FUNCTIONS with module Cond = Cond and type 'a t = 'a M.t