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 66e70a3 commit 65c891cCopy full SHA for 65c891c
COMPILING.md
@@ -462,6 +462,15 @@ Note that at the time of writing this has been tested to work with the CaDiCaL
462
the IPASIR headers, which is needed for the cbmc includes of `ipasir.h`. The
463
compiled binary will be placed in `cbmc/src/cbmc/cbmc`.
464
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
474
#### Compiling with Riss via IPASIR
475
476
The [Riss](https://github.com/conp-solutions/riss) solver supports the
0 commit comments