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

Updated minisat

This commit is contained in:
Clifford Wolf 2014-07-21 01:01:26 +02:00
parent c6b3f4e089
commit 92c9403249
20 changed files with 45 additions and 45 deletions

View file

@ -22,10 +22,10 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include <math.h>
#include "libs/minisat/Alg.h"
#include "libs/minisat/Sort.h"
#include "libs/minisat/System.h"
#include "libs/minisat/Solver.h"
#include "Alg.h"
#include "Sort.h"
#include "System.h"
#include "Solver.h"
using namespace Minisat;