mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Add tracking of values size in scoped_state push method in opt_context
This commit is contained in:
		
							parent
							
								
									a3f35b6830
								
							
						
					
					
						commit
						4896edfb04
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -53,6 +53,7 @@ namespace opt {
 | 
			
		|||
    void context::scoped_state::push() {
 | 
			
		||||
        m_asms_lim.push_back(m_asms.size());
 | 
			
		||||
        m_hard_lim.push_back(m_hard.size());
 | 
			
		||||
        m_values_lim.push_back(m_values.size());
 | 
			
		||||
        m_objectives_lim.push_back(m_objectives.size());        
 | 
			
		||||
        m_objectives_term_trail_lim.push_back(m_objectives_term_trail.size());
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue