mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
add stubs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
be1a1dd7c2
commit
7a6c66a085
|
@ -1626,11 +1626,6 @@ public:
|
||||||
unsigned old_sz = m_assume_eq_candidates.size();
|
unsigned old_sz = m_assume_eq_candidates.size();
|
||||||
unsigned num_candidates = 0;
|
unsigned num_candidates = 0;
|
||||||
int start = ctx().get_random_value();
|
int start = ctx().get_random_value();
|
||||||
auto has_value = [&](theory_var v) {
|
|
||||||
if (use_nra_model())
|
|
||||||
return true;
|
|
||||||
return can_get_ivalue(v);
|
|
||||||
};
|
|
||||||
for (theory_var i = 0; i < sz; ++i) {
|
for (theory_var i = 0; i < sz; ++i) {
|
||||||
theory_var v = (i + start) % sz;
|
theory_var v = (i + start) % sz;
|
||||||
enode* n1 = get_enode(v);
|
enode* n1 = get_enode(v);
|
||||||
|
|
Loading…
Reference in a new issue