mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	relax the literal check in theory_lra
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
		
							parent
							
								
									3224febd0e
								
							
						
					
					
						commit
						84933c4435
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -2131,11 +2131,13 @@ public:
 | 
			
		|||
        switch (r) {
 | 
			
		||||
        case l_false: {
 | 
			
		||||
            m_stats.m_nla_lemmas += lv.size();
 | 
			
		||||
            int i = 0;
 | 
			
		||||
            for(const nla::lemma & l : lv) {
 | 
			
		||||
                m_lemma = l; //todo avoid the copy
 | 
			
		||||
                m_explanation = l.expl();
 | 
			
		||||
                m_stats.m_nla_explanations += static_cast<unsigned>(l.expl().size());
 | 
			
		||||
                false_case_of_check_nla();
 | 
			
		||||
                i++;
 | 
			
		||||
            }
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue