DocumentationInput FormatsThe default input format for MathSAT is SMT-LIB
v2.
The solver accepts also SMT-LIBv1.2 and DIMACS.
The input format can be selected with the Configurations and command-line optionsMathSAT supports several options for controlling its behaviour and features in
various ways. The complete list of options can be obtained with the
References and Examples
Linking the MathSAT binary against different GMP and/or libc versionsThe MathSAT 5 binary is linked with the Gnu Multiprecision Library (GMP) and
(on Linux) the GNU C library (glibc), both covered by the
GNU LGPL license.
The executable provided in the distribution is linked statically,
so as to avoid potential issues with library versions.
However, a MathSAT executable linked against a different version of GMP
and/or libc can be obtained easily, by creating a
and linking it against |