mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
parent
ba820223ce
commit
9c6722bea8
3 changed files with 3 additions and 9 deletions
|
@ -348,7 +348,7 @@ namespace datalog {
|
|||
|
||||
void resolve_rule(rule_manager& rm, rule const& r1, rule const& r2, unsigned idx,
|
||||
expr_ref_vector const& s1, expr_ref_vector const& s2, rule& res) {
|
||||
if (!r1.get_proof()) {
|
||||
if (!r1.get_proof() || !r2.get_proof()) {
|
||||
return;
|
||||
}
|
||||
SASSERT(r2.get_proof());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue