-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
26 lines (21 loc) · 845 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
================================================================================
Quick Install
- clone the repository into kp-minisatp:
git clone https://github.com/karpiu/kp-minisatp kp-minisatp
- get COMiniSatPSChandrasekharDRUP.zip from
wget https://baldur.iti.kit.edu/sat-competition-2016/solvers/main/COMiniSatPSChandrasekharDRUP.zip
- unzip and move:
unzip COMiniSatPSChandrasekharDRUP.zip
mv 'COMiniSatPS Chandrasekhar DRUP/cominisatps' .
- apply kp-minisatp/cominisatps.patch:
cd cominisatps
patch -p1 <../kp-minisatp/cominisatps.patch
- compile the SAT solver library:
cd simp
MROOT=.. make libr
cd .. ; ln -s . minisat ; cd ..
- build the kp-minisatp solver (release version, statically linked):
cd kp-minisatp
make config
make r
- the executable file is: build/release/bin/minisatp