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:
parent
458572323a
commit
414db51d5a
7 changed files with 123 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue