mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix java
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									e98c808f47
								
							
						
					
					
						commit
						8ecff9e5ee
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -344,8 +344,6 @@ class JavaExample
 | 
			
		|||
        Status q = s.check();
 | 
			
		||||
        System.out.println("Solver says: " + q);
 | 
			
		||||
        System.out.println("Model: \n" + s.getModel());
 | 
			
		||||
        System.out.println("Converted Model: \n"
 | 
			
		||||
                + ar.convertModel(0, s.getModel()));
 | 
			
		||||
        if (q != Status.SATISFIABLE)
 | 
			
		||||
            throw new TestFailedException();
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			@ -1041,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));
 | 
			
		||||
            Expr a = ctx.mkAnd(ctx.parseSMTLIB2File(filename, null, null, null, null));
 | 
			
		||||
 | 
			
		||||
            long t_diff = ((new Date()).getTime() - before.getTime()) / 1000;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue