Skip to content

Commit 65c891c

Browse files
committed
Add compile instructions for CaDiCaL-IPASIR through cmake.
1 parent 66e70a3 commit 65c891c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

COMPILING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,15 @@ Note that at the time of writing this has been tested to work with the CaDiCaL
462462
the IPASIR headers, which is needed for the cbmc includes of `ipasir.h`. The
463463
compiled binary will be placed in `cbmc/src/cbmc/cbmc`.
464464
465+
---
466+
467+
It's also possible to build CBMC using CaDiCaL through IPASIR via `cmake`,
468+
controlled with the flag `-Dsat_impl=ipasir-cadical`, like so:
469+
470+
```
471+
$ cmake -Bbuild_ipasir -S. -Dsat-impl=ipasir-cadical
472+
```
473+
465474
#### Compiling with Riss via IPASIR
466475
467476
The [Riss](https://github.com/conp-solutions/riss) solver supports the

0 commit comments

Comments
 (0)