3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-06 19:21:23 +00:00

Removed Minisat dependency on zlib

This commit is contained in:
Clifford Wolf 2014-07-25 03:31:16 +02:00
parent e4a0ab9bed
commit 6789e3002a
5 changed files with 43 additions and 13 deletions

View file

@ -27,6 +27,7 @@
#include <stdint.h>
#include <csignal>
#include <cinttypes>
#include <unistd.h>
#include "../minisat/Solver.h"
#include "../minisat/SimpSolver.h"