mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
Improved memory use of the Java API. Thanks to Joerg Pfaehler for reporting this issue!
+ formatting Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
3b78509d0a
commit
d7a62baef4
60 changed files with 3149 additions and 2992 deletions
|
@ -26,7 +26,7 @@ public class StringSymbol extends Symbol
|
|||
{
|
||||
/**
|
||||
* The string value of the symbol.
|
||||
* Remarks: Throws an exception if the
|
||||
* Remarks: Throws an exception if the
|
||||
* symbol is not of string kind.
|
||||
**/
|
||||
public String getString() throws Z3Exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue