mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
touch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8ecff9e5ee
commit
3736c0ae8b
|
@ -1039,7 +1039,7 @@ class JavaExample
|
|||
HashMap<String, String> cfg = new HashMap<String, String>();
|
||||
cfg.put("model", "true");
|
||||
Context ctx = new Context(cfg);
|
||||
Expr a = ctx.mkAnd(ctx.parseSMTLIB2File(filename, null, null, null, null));
|
||||
BoolExpr a = ctx.mkAnd(ctx.parseSMTLIB2File(filename, null, null, null, null));
|
||||
|
||||
long t_diff = ((new Date()).getTime() - before.getTime()) / 1000;
|
||||
|
||||
|
|
Loading…
Reference in a new issue