mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 16:31:55 +00:00
debugging ccc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e65f106a83
commit
86a54dfec8
8 changed files with 832 additions and 180 deletions
|
@ -351,6 +351,7 @@ namespace sat {
|
|||
lbool check_par(unsigned num_lits, literal const* lits);
|
||||
lbool lookahead_search();
|
||||
lbool do_local_search(unsigned num_lits, literal const* lits);
|
||||
lbool do_ccc();
|
||||
|
||||
// -----------------------
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue