mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	prefix Boolean variables in log with b
This commit is contained in:
		
							parent
							
								
									6393ed78d7
								
							
						
					
					
						commit
						c8e1e180ea
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -174,7 +174,7 @@ namespace euf { | |||
|             lit = lit2; | ||||
|         } | ||||
| 
 | ||||
|         TRACE("euf", tout << "attach v" << v << " " << mk_bounded_pp(e, m) << "\n";); | ||||
|         TRACE("euf", tout << "attach b" << v << " " << mk_bounded_pp(e, m) << "\n";); | ||||
|         m_bool_var2expr.reserve(v + 1, nullptr); | ||||
|         if (m_bool_var2expr[v] && m_egraph.find(e)) { | ||||
|             if (m_egraph.find(e)->bool_var() != v) { | ||||
|  |  | |||
|  | @ -647,10 +647,10 @@ namespace euf { | |||
|         for (auto const& [e, generation, v] : m_reinit)  | ||||
|             replay.m.insert(e, v); | ||||
|      | ||||
|         TRACE("euf", for (auto const& kv : replay.m) tout << kv.m_value << "\n";); | ||||
|         TRACE("euf", for (auto const& kv : replay.m) tout << "b" << kv.m_value << "\n";); | ||||
|         for (auto const& [e, generation, v] : m_reinit) { | ||||
|             scoped_generation _sg(*this, generation); | ||||
|             TRACE("euf", tout << "replay: " << v << " " << e->get_id() << " " << mk_bounded_pp(e, m) << " " << si.is_bool_op(e) << "\n";); | ||||
|             TRACE("euf", tout << "replay: b" << v << " #" << e->get_id() << " " << mk_bounded_pp(e, m) << " " << si.is_bool_op(e) << "\n";); | ||||
|             sat::literal lit; | ||||
|             if (si.is_bool_op(e))  | ||||
|                 lit = literal(replay.m[e], false); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue