feat(library/blast/congruence_closure): use blast.cc.heq by default

This commit is contained in:
Leonardo de Moura 2016-01-11 11:59:54 -08:00
parent 5edcccaeb0
commit bb759b1a90

View file

@ -18,11 +18,11 @@ Author: Leonardo de Moura
#include "library/blast/options.h"
#ifndef LEAN_DEFAULT_BLAST_CC_HEQ
#define LEAN_DEFAULT_BLAST_CC_HEQ false
#define LEAN_DEFAULT_BLAST_CC_HEQ true
#endif
#ifndef LEAN_DEFAULT_BLAST_CC_SUBSINGLETON
#define LEAN_DEFAULT_BLAST_CC_SUBSINGLETON false
#define LEAN_DEFAULT_BLAST_CC_SUBSINGLETON true
#endif
namespace lean {