mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	update unit_lim to the correct value
This commit is contained in:
		
							parent
							
								
									3896e18227
								
							
						
					
					
						commit
						3b1afa4f5e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -134,7 +134,7 @@ namespace smt { | ||||||
|                     dst = tr(unit_trail.get(j)); |                     dst = tr(unit_trail.get(j)); | ||||||
|                     pctx.assert_expr(dst); |                     pctx.assert_expr(dst); | ||||||
|                 } |                 } | ||||||
|                 unit_lim[i] = sz; |                 unit_lim[i] = pctx.assigned_literals().size(); | ||||||
|             } |             } | ||||||
|             IF_VERBOSE(1, verbose_stream() << "(smt.thread :units " << sz << ")\n"); |             IF_VERBOSE(1, verbose_stream() << "(smt.thread :units " << sz << ")\n"); | ||||||
|         }; |         }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue