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
|
@ -19,7 +19,7 @@ package com.microsoft.z3;
|
|||
|
||||
/**
|
||||
* Interaction logging for Z3.
|
||||
* Remarks: Note that this is a global, static log
|
||||
* Remarks: Note that this is a global, static log
|
||||
* and if multiple Context objects are created, it logs the interaction with all
|
||||
* of them.
|
||||
**/
|
||||
|
@ -29,7 +29,7 @@ public final class Log
|
|||
|
||||
/**
|
||||
* Open an interaction log file.
|
||||
* @param filename the name of the file to open
|
||||
* @param filename the name of the file to open
|
||||
*
|
||||
* @return True if opening the log file succeeds, false otherwise.
|
||||
**/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue