We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900a0fc commit c3d527cCopy full SHA for c3d527c
COMPILING.md
@@ -46,6 +46,19 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
46
make
47
```
48
49
+4. Linking against an IPASIR SAT solver
50
+
51
+ Get an IPASIR package and build picosat by default
52
+ ```
53
+ make -C src ipasir-build
54
55
56
+ Build CBMC with IPASIR and link against the ipasir solver library
57
+ Note: the LIBSOLVER variable could be pointed towards other solvers
58
59
+ make -C src IPASIR=../../ipasir LIBSOLVER=$(pwd)/ipasir/libipasir.a
60
61
62
# COMPILATION ON SOLARIS 11
63
64
1. As root, get the necessary development tools:
0 commit comments