mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 14:08:55 +00:00
wip - integrating arithmetic local search
This commit is contained in:
parent
1b0c76e3f0
commit
d22e4aa525
7 changed files with 280 additions and 169 deletions
|
@ -347,6 +347,7 @@ namespace sat {
|
|||
s.m_checkpoint_enabled = true;
|
||||
}
|
||||
};
|
||||
|
||||
unsigned select_watch_lit(clause const & cls, unsigned starting_at) const;
|
||||
unsigned select_learned_watch_lit(clause const & cls) const;
|
||||
bool simplify_clause(unsigned & num_lits, literal * lits) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue