mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
elaborate on smt/drat format outline, expose euf mode as config
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4d41db3028
commit
ed7d969366
11 changed files with 90 additions and 21 deletions
|
@ -565,6 +565,8 @@ namespace sat {
|
|||
unsigned m_conflict_lvl;
|
||||
literal_vector m_lemma;
|
||||
literal_vector m_ext_antecedents;
|
||||
literal m_cached_antecedent_consequent;
|
||||
ext_justification_idx m_cached_antecedent_js { 0 };
|
||||
bool use_backjumping(unsigned num_scopes);
|
||||
bool resolve_conflict();
|
||||
lbool resolve_conflict_core();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue