Sat.LinearExprLinear expressions are used in linear constraints and to specify objectives.
A linear expression. An integer offset is maintainted in addition to a list of coefficients and variables. This allows both to normalize boolean literals into positive form and to represent constants (see of_int).
val zero : tAn empty linear expression.
val of_int : int -> tA constant expression.
val to_string : t -> stringReturn a string representing the linear expression.
val pp : Stdlib.Format.formatter -> t -> unitPretty-printer for linear expressions.