3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-16 07:45:27 +00:00

fix new clause encoding

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-09-27 11:13:35 -07:00
parent 41ac4ff308
commit a1e4fc3e98
4 changed files with 36 additions and 19 deletions

View file

@ -20,7 +20,7 @@ Notes:
#ifndef _SAT_LOOKAHEAD_H_
#define _SAT_LOOKAHEAD_H_
// #define NEW_CLAUSE
#define NEW_CLAUSE
#include "sat_elim_eqs.h"