mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
Adding comments
This commit is contained in:
parent
4f64f069ab
commit
a405742037
4 changed files with 14 additions and 4 deletions
|
@ -959,7 +959,7 @@ namespace smt {
|
|||
bool contains_instance(quantifier * q, unsigned num_bindings, enode * const * bindings);
|
||||
|
||||
bool add_instance(quantifier * q, app * pat, unsigned num_bindings, enode * const * bindings, unsigned max_generation,
|
||||
unsigned min_top_generation, unsigned max_top_generation, vector<std::tuple<enode *, enode*>> & used_enodes);
|
||||
unsigned min_top_generation, unsigned max_top_generation, vector<std::tuple<enode *, enode*>> & used_enodes /*gives the equalities used for the pattern match, see mam.cpp for more info*/);
|
||||
|
||||
void set_global_generation(unsigned generation) { m_generation = generation; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue