mirror of
https://github.com/AdaCore/z3.git
synced 2026-02-12 12:40:40 -08:00
small change to be able to test java example on linux
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
@@ -2157,7 +2157,7 @@ class JavaExample
|
||||
p.SimpleExample();
|
||||
|
||||
{
|
||||
HashMap<String, String> cfg = new HashMap<>();
|
||||
HashMap<String, String> cfg = new HashMap<String, String>();
|
||||
cfg.put("MODEL", "true");
|
||||
cfg.put("PROOF_MODE", "2");
|
||||
Context ctx = new Context(cfg);
|
||||
|
||||
Reference in New Issue
Block a user