mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 17:54:43 +00:00
improved SLS
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6e285f06de
commit
76b11f2d12
4 changed files with 9 additions and 1 deletions
|
@ -272,7 +272,7 @@ namespace smt {
|
|||
|
||||
// bool_var |-> index into m_lemma
|
||||
unsigned_vector m_conseq_index;
|
||||
static const unsigned null_index = UINT_MAX;
|
||||
static const unsigned null_index;
|
||||
bool is_marked(bool_var v) const;
|
||||
void set_mark(bool_var v, unsigned idx);
|
||||
void unset_mark(bool_var v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue