mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 20:38:44 +00:00
Switched to EZMINISAT_SIMPSOLVER as default SAT solver
This commit is contained in:
parent
09805ee9ec
commit
b1b8fe3a56
|
@ -20,7 +20,7 @@
|
||||||
#ifndef EZMINISAT_H
|
#ifndef EZMINISAT_H
|
||||||
#define EZMINISAT_H
|
#define EZMINISAT_H
|
||||||
|
|
||||||
#define EZMINISAT_SIMPSOLVER 0
|
#define EZMINISAT_SIMPSOLVER 1
|
||||||
#define EZMINISAT_VERBOSITY 0
|
#define EZMINISAT_VERBOSITY 0
|
||||||
#define EZMINISAT_INCREMENTAL 1
|
#define EZMINISAT_INCREMENTAL 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue