3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 04:31:25 +00:00

Added ezMiniSat EZMINISAT_INCREMENTAL compile-time option

This commit is contained in:
Clifford Wolf 2014-02-22 11:34:31 +01:00
parent 1ec01d8c63
commit 357f3f6e93
2 changed files with 17 additions and 1 deletions

View file

@ -22,6 +22,7 @@
#define EZMINISAT_SOLVER Minisat::Solver
#define EZMINISAT_VERBOSITY 0
#define EZMINISAT_INCREMENTAL 1
#include "ezsat.h"
#include <time.h>