mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a4f4975092
								
							
						
					
					
						commit
						2ccfb1937d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -281,7 +281,7 @@ namespace mbp {
 | 
				
			||||||
            obj_map<expr, unsigned> tids;
 | 
					            obj_map<expr, unsigned> tids;
 | 
				
			||||||
            expr_ref_vector pinned(m);
 | 
					            expr_ref_vector pinned(m);
 | 
				
			||||||
            unsigned j = 0;
 | 
					            unsigned j = 0;
 | 
				
			||||||
            TRACE("qe", tout << "vars: " << vars << "\nfmls: " << fmls << "\n";
 | 
					            TRACE("qe", tout << "vars: " << vars << "\n";
 | 
				
			||||||
                  for (expr* f : fmls) tout << mk_pp(f, m) << " := " << model(f) << "\n";);
 | 
					                  for (expr* f : fmls) tout << mk_pp(f, m) << " := " << model(f) << "\n";);
 | 
				
			||||||
            for (unsigned i = 0; i < fmls.size(); ++i) {
 | 
					            for (unsigned i = 0; i < fmls.size(); ++i) {
 | 
				
			||||||
                expr* fml = fmls.get(i);
 | 
					                expr* fml = fmls.get(i);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue