3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 04:56:03 +00:00

working on completing ATE/ALA for acce and abce

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-01-29 20:32:06 -08:00
parent 3b1810d893
commit 5a2b072ddf
29 changed files with 466 additions and 230 deletions

View file

@ -66,7 +66,9 @@ namespace sat {
bool re_attach(scoped_detach& scoped_d, clause& c, unsigned new_sz);
bool process(big* big);
bool process(bool learned);
bool process(big& big, bool learned);
bool process(clause & c);
@ -75,6 +77,8 @@ namespace sat {
void process(big* big, clause_vector & c);
bool process_all(clause & c);
void process_bin(big& big);
bool flip_literal_at(clause const& c, unsigned flip_index, unsigned& new_sz);
@ -85,7 +89,7 @@ namespace sat {
public:
asymm_branch(solver & s, params_ref const & p);
void operator()(bool force = false);
void operator()(bool force);
void operator()(big& big);