mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 13:56:03 +00:00
Add placeholder methods for lemma instantiation
Added placeholder methods for lemma instantiation.
This commit is contained in:
parent
0b2bf3f587
commit
624be326ad
1 changed files with 4 additions and 0 deletions
|
|
@ -202,4 +202,8 @@ namespace smt {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void theory_finite_set::instantiate_false_lemma() {}
|
||||||
|
void theory_finite_set::instantiate_unit_propagation() {}
|
||||||
|
void theory_finite_set::instantiate_free_lemma() {}
|
||||||
|
|
||||||
} // namespace smt
|
} // namespace smt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue