Lincons0
type t = {
mutable linexpr0 : Linexpr0.t;
mutable typ : typ;
}
and typ =
| EQ
| SUPEQ
| SUP
| DISEQ
| EQMOD of Scalar.t
val make : Linexpr0.t -> typ -> t
val copy : t -> t
val string_of_typ : typ -> string
val print : (Dim.t -> string) -> Stdlib.Format.formatter -> t -> unit