mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ba0ec79375
commit
1c7cb87900
3 changed files with 118 additions and 120 deletions
|
@ -1099,14 +1099,6 @@ namespace sat {
|
|||
|
||||
bool inconsistent() { return m_inconsistent; }
|
||||
|
||||
void select_variables(literal_vector& P) {
|
||||
for (unsigned i = 0; i < s.num_vars(); ++i) {
|
||||
if (value(literal(i,false)) == l_undef) {
|
||||
P.push_back(literal(i, false));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void do_double(literal l) {
|
||||
if (!inconsistent() && scope_lvl() > 0 && dl_enabled(l)) {
|
||||
if (get_wnb(l) > m_delta_trigger) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue