3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

toggle enable-ternary to true

This commit is contained in:
Nikolaj Bjorner 2022-10-25 10:44:23 -07:00
parent 154fed7783
commit a4ece21461

View file

@ -34,7 +34,7 @@ class params_ref;
class reslimit;
class statistics;
#define ENABLE_TERNARY false
#define ENABLE_TERNARY true
namespace sat {
#define SAT_VB_LVL 10