3
0
Fork 0
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:
Nikolaj Bjorner 2019-09-07 16:36:05 +03:00
parent 18ba14cff8
commit 228d68f165
7 changed files with 86 additions and 59 deletions

View file

@ -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_ */