3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 03:27:52 +00:00

stubs for model finder

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-09-30 08:56:05 -07:00
parent 458572323a
commit 414db51d5a
7 changed files with 123 additions and 19 deletions

View file

@ -78,6 +78,7 @@ public:
bool has_uninterpreted_sort(sort * s) const;
expr_ref get_inlined_const_interp(func_decl* f);
expr_ref unfold_as_array(expr* e);
//
// Primitives for building models