mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 02:40:24 +00:00
int<->real coercions.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c48bd1e8de
commit
75457e1393
9 changed files with 184 additions and 21 deletions
|
@ -95,8 +95,7 @@ struct front_end_params : public preprocessor_params, public spc_params, public
|
|||
#else
|
||||
m_auto_config(false),
|
||||
#endif
|
||||
#if 1
|
||||
// #if defined(SMTCOMP) TODO: put it back after SMTCOMP
|
||||
#if 0
|
||||
m_smtlib2_compliant(true),
|
||||
#else
|
||||
m_smtlib2_compliant(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue