mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 07:45:27 +00:00
working on completing ATE/ALA for acce and abce
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3b1810d893
commit
5a2b072ddf
29 changed files with 466 additions and 230 deletions
|
@ -488,7 +488,7 @@ namespace sat {
|
|||
// initialization
|
||||
|
||||
void init_var(bool_var v);
|
||||
void init();
|
||||
void init(bool learned);
|
||||
void copy_clauses(clause_vector const& clauses, bool learned);
|
||||
nary * copy_clause(clause const& c);
|
||||
|
||||
|
@ -555,7 +555,7 @@ namespace sat {
|
|||
|
||||
void add_hyper_binary();
|
||||
|
||||
void big_asymm_branch();
|
||||
void big_asymm_branch(bool learned);
|
||||
|
||||
double psat_heur();
|
||||
|
||||
|
@ -600,7 +600,7 @@ namespace sat {
|
|||
/**
|
||||
\brief simplify set of clauses by extracting units from a lookahead at base level.
|
||||
*/
|
||||
void simplify();
|
||||
void simplify(bool learned);
|
||||
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
std::ostream& display_summary(std::ostream& out) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue