mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
use skolem function to avoid exposing temporary variables in models
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82bdd26817
commit
e02392c0e3
2 changed files with 10 additions and 4 deletions
|
@ -403,6 +403,7 @@ protected:
|
|||
expr * mk_concat_const_str(expr * n1, expr * n2);
|
||||
app * mk_contains(expr * haystack, expr * needle);
|
||||
app * mk_indexof(expr * haystack, expr * needle);
|
||||
app * mk_fresh_const(char const* name, sort* s);
|
||||
|
||||
literal mk_literal(expr* _e);
|
||||
app * mk_int(int n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue