mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
add unit walk engine
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5adfae0fa8
commit
a5b663c52d
16 changed files with 604 additions and 47 deletions
|
@ -65,6 +65,7 @@ namespace sat {
|
|||
svector<lbool> m_phase;
|
||||
unsigned m_num_clauses;
|
||||
scoped_ptr<solver> m_solver_copy;
|
||||
bool m_consumer_ready;
|
||||
|
||||
scoped_limits m_scoped_rlimit;
|
||||
vector<reslimit> m_limits;
|
||||
|
@ -106,6 +107,8 @@ namespace sat {
|
|||
void set_phase(local_search& s);
|
||||
|
||||
void get_phase(local_search& s);
|
||||
|
||||
bool copy_solver(solver& s);
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue