mirror of
https://github.com/Z3Prover/z3
synced 2026-05-05 01:45:15 +00:00
enhance ackermannize for constant arguments
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
18ba14cff8
commit
228d68f165
7 changed files with 86 additions and 59 deletions
|
|
@ -123,5 +123,9 @@ class lackr {
|
|||
// Collect all uninterpreted terms, skipping 0-arity.
|
||||
//
|
||||
bool collect_terms();
|
||||
|
||||
void abstract_sel(sel2terms_map const& apps);
|
||||
void abstract_fun(fun2terms_map const& apps);
|
||||
|
||||
};
|
||||
#endif /* LACKR_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue