mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
streamline pb solver interface and naming after removal of xor
This commit is contained in:
parent
13f05ae9dc
commit
026065ff71
73 changed files with 1131 additions and 1201 deletions
|
@ -2355,7 +2355,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
model_value_proc * theory_pb::mk_value(enode * n, model_generator & mg) {
|
||||
app* a = n->get_owner();
|
||||
app* a = n->get_expr();
|
||||
pb_model_value_proc* p = alloc(pb_model_value_proc, a);
|
||||
for (unsigned i = 0; i < a->get_num_args(); ++i) {
|
||||
p->add(ctx.get_enode(a->get_arg(i)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue