mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 13:07:53 +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;
|
||||
}
|
||||
|
||||
void theory_finite_set::instantiate_false_lemma() {}
|
||||
void theory_finite_set::instantiate_unit_propagation() {}
|
||||
void theory_finite_set::instantiate_free_lemma() {}
|
||||
|
||||
} // namespace smt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue