mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	remove display
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									7a15de374a
								
							
						
					
					
						commit
						9cd974e334
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -724,8 +724,6 @@ namespace sat {
 | 
				
			||||||
        pop_to_base_level();
 | 
					        pop_to_base_level();
 | 
				
			||||||
        IF_VERBOSE(2, verbose_stream() << "(sat.sat-solver)\n";);
 | 
					        IF_VERBOSE(2, verbose_stream() << "(sat.sat-solver)\n";);
 | 
				
			||||||
        SASSERT(scope_lvl() == 0);
 | 
					        SASSERT(scope_lvl() == 0);
 | 
				
			||||||
        SASSERT(m_config.m_dimacs_display);
 | 
					 | 
				
			||||||
        std::cout << "display dimacs: " << m_config.m_dimacs_display << "\n";
 | 
					 | 
				
			||||||
        if (m_config.m_dimacs_display) {
 | 
					        if (m_config.m_dimacs_display) {
 | 
				
			||||||
            display_dimacs(std::cout);
 | 
					            display_dimacs(std::cout);
 | 
				
			||||||
            for (unsigned i = 0; i < num_lits; ++lits) {
 | 
					            for (unsigned i = 0; i < num_lits; ++lits) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue