mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 16:31:55 +00:00
add global autarky option, update translation of solvers to retain vsids, remove stale code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
38e4fb307c
commit
f7e14b3283
8 changed files with 76 additions and 61 deletions
|
@ -180,7 +180,6 @@ namespace sat {
|
|||
friend class lookahead;
|
||||
friend class local_search;
|
||||
friend struct mk_stat;
|
||||
friend class ccc;
|
||||
friend class elim_vars;
|
||||
friend class scoped_detach;
|
||||
public:
|
||||
|
@ -395,9 +394,7 @@ namespace sat {
|
|||
void exchange_par();
|
||||
lbool check_par(unsigned num_lits, literal const* lits);
|
||||
lbool lookahead_search();
|
||||
lbool lookahead_cube();
|
||||
lbool do_local_search(unsigned num_lits, literal const* lits);
|
||||
lbool do_ccc();
|
||||
|
||||
// -----------------------
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue