mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	cleanup
This commit is contained in:
		
							parent
							
								
									974ea7b68d
								
							
						
					
					
						commit
						510534dbd4
					
				
					 3 changed files with 36 additions and 45 deletions
				
			
		| 
						 | 
				
			
			@ -226,9 +226,9 @@ namespace bv {
 | 
			
		|||
        bool get_at_most(bvect const& src, bvect& dst) const;
 | 
			
		||||
        bool get_at_least(bvect const& src, bvect& dst) const;
 | 
			
		||||
 | 
			
		||||
        bool set_random_at_most(bvect const& src, bvect& tmp, random_gen& r);
 | 
			
		||||
        bool set_random_at_least(bvect const& src, bvect& tmp, random_gen& r);
 | 
			
		||||
        bool set_random_in_range(bvect const& lo, bvect const& hi, bvect& tmp, random_gen& r);
 | 
			
		||||
        bool set_random_at_most(bvect const& src, random_gen& r);
 | 
			
		||||
        bool set_random_at_least(bvect const& src, random_gen& r);
 | 
			
		||||
        bool set_random_in_range(bvect const& lo, bvect const& hi, random_gen& r);
 | 
			
		||||
 | 
			
		||||
        bool set_repair(bool try_down, bvect& dst);
 | 
			
		||||
        void set_random_above(bvect& dst, random_gen& r);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue