mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
exposing hyper resolution rule over C API
Signed-off-by: Nikolaj Bjorner <nbjorne@microsoft.com>
This commit is contained in:
parent
78f29416f1
commit
2fb2636d76
12 changed files with 153 additions and 141 deletions
|
@ -179,7 +179,7 @@ namespace datalog {
|
|||
|
||||
substs.push_back(sub1);
|
||||
substs.push_back(sub);
|
||||
pr = util.mk_hyper_resolve(2, premises, concl, positions, substs);
|
||||
pr = m.mk_hyper_resolve(2, premises, concl, positions, substs);
|
||||
r0 = r1;
|
||||
}
|
||||
else {
|
||||
|
@ -191,7 +191,7 @@ namespace datalog {
|
|||
}
|
||||
else {
|
||||
substs.push_back(sub);
|
||||
pr = util.mk_hyper_resolve(1, &p, concl, positions, substs);
|
||||
pr = m.mk_hyper_resolve(1, &p, concl, positions, substs);
|
||||
}
|
||||
r0 = r2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue