mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +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
|
@ -93,7 +93,7 @@ public class FuncDecl extends AST
|
|||
|
||||
/**
|
||||
* The size of the domain of the function declaration
|
||||
* @see getArity
|
||||
* @see getArity
|
||||
**/
|
||||
public int getDomainSize() throws Z3Exception
|
||||
{
|
||||
|
@ -376,7 +376,7 @@ public class FuncDecl extends AST
|
|||
|
||||
/**
|
||||
* Create expression that applies function to arguments.
|
||||
* @param args
|
||||
* @param args
|
||||
*
|
||||
* @return
|
||||
**/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue