feat(library/blast/congruence_closure): use blast.cc.heq by default
This commit is contained in:
parent
5edcccaeb0
commit
bb759b1a90
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue