module Tcons0:sig..end
type t = {
|
mutable texpr0 : |
|
mutable typ : |
}
APRON tree expressions constraints of level 0
typetyp =Lincons0.typ=
| |
EQ |
| |
SUPEQ |
| |
SUP |
| |
DISEQ |
| |
EQMOD of |
val make : Texpr0.t -> typ -> tMake a tree expression constraint. Modifying later the tree expression expression modifies correspondingly the tree expression constraint and conversely
val copy : t -> tCopy a tree expression constraint (deep copy)
val string_of_typ : typ -> stringConvert a constraint type to a string (=,>=, or >)
val print : (Dim.t -> string) -> Stdlib.Format.formatter -> t -> unitPrint a constraint