mirror of
https://github.com/Z3Prover/z3
synced 2026-06-05 08:30:50 +00:00
build warnings
This commit is contained in:
parent
48bcee8e62
commit
30df8e7ece
6 changed files with 6 additions and 4 deletions
|
|
@ -171,7 +171,6 @@ namespace smt {
|
|||
void theory_finite_set::add_in_axioms(enode *in, var_data *d) {
|
||||
SASSERT(u.is_in(in->get_expr()));
|
||||
auto e = in->get_arg(0)->get_expr();
|
||||
auto set1 = in->get_arg(1);
|
||||
for (enode *setop : d->m_parent_setops) {
|
||||
SASSERT(
|
||||
any_of(enode::args(setop), [&](enode *arg) { return in->get_arg(1)->get_root() == arg->get_root(); }));
|
||||
|
|
@ -833,7 +832,6 @@ namespace smt {
|
|||
}
|
||||
|
||||
app *mk_range_value(model_generator &mg, expr_ref_vector const &values) {
|
||||
unsigned i = 0;
|
||||
arith_value av(th.m);
|
||||
av.init(&th.ctx);
|
||||
vector<std::tuple<rational, enode *, bool>> elems;
|
||||
|
|
|
|||
|
|
@ -201,7 +201,6 @@ namespace smt {
|
|||
for (auto [a, b] : th.m_diseqs) {
|
||||
auto x = th.get_enode(a);
|
||||
auto y = th.get_enode(b);
|
||||
diseq d = {a, b};
|
||||
if (n2b.contains(x) && n2b.contains(y)) {
|
||||
arith_util a(m);
|
||||
auto d1 = mk_diff(x, y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue