mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
return non-escaped string value for Python #3080
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
dddd740846
commit
f0689546f3
5 changed files with 16 additions and 8 deletions
|
@ -187,6 +187,8 @@ namespace api {
|
|||
char * mk_external_string(char const * str, unsigned n);
|
||||
char * mk_external_string(char const * str);
|
||||
char * mk_external_string(std::string && str);
|
||||
sbuffer<char> m_char_buffer;
|
||||
|
||||
|
||||
// Create a numeral of the given sort
|
||||
expr * mk_numeral_core(rational const & n, sort * s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue