mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
add notes and additional functions to sls-seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aed3279d7d
commit
b143a954c5
5 changed files with 125 additions and 27 deletions
|
@ -72,6 +72,7 @@ namespace smt {
|
|||
unsigned m_after_resolve_decide_count = 0;
|
||||
unsigned m_resolve_count = 0;
|
||||
unsigned m_resolve_gap = 0;
|
||||
bool m_init_search = false;
|
||||
::statistics m_st;
|
||||
vector<sat::literal_vector> m_shared_clauses;
|
||||
|
||||
|
@ -125,6 +126,7 @@ namespace smt {
|
|||
void inc_activity(sat::bool_var v, double inc) override;
|
||||
bool parallel_mode() const override { return m_parallel_mode; }
|
||||
bool get_smt_value(expr* v, expr_ref& value) override;
|
||||
void init_search_eh() override;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue