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