LinearExpr.LOperators for building linear expressions. They are also available directly in the Sat module.
val zero : tAn empty linear expression.
Concatenatation of the left expression with the negation of the right expression.
val of_int : int -> tA constant linear expression.
val not : Var.t_bool -> Var.t_boolComplement a boolean literal. Same as Var.not.