Arithmetic operations (integers, reals) and comparisons
MkAdd creates an addition.
MkDiv creates a division.
MkGe creates a greater-than-or-equal constraint.
MkGt creates a greater-than constraint.
MkInt creates an integer constant from an int.
MkInt64 creates an integer constant from an int64.
MkIntConst creates an integer constant (variable) with the given name.
Arithmetic operations and sorts MkIntSort creates the integer sort.
MkLe creates a less-than-or-equal constraint.
MkLt creates a less-than constraint.
MkMod creates a modulo operation.
MkMul creates a multiplication.
MkReal creates a real constant from numerator and denominator.
MkRealConst creates a real constant (variable) with the given name.
MkRealSort creates the real number sort.
MkRem creates a remainder operation.
MkSub creates a subtraction.