mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	add alias bv2nat for bv2int to make it easier to interoperate #1252
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									0daa303255
								
							
						
					
					
						commit
						a0d0812b0c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -738,6 +738,7 @@ void bv_decl_plugin::get_op_names(svector<builtin_name> & op_names, symbol const
 | 
			
		|||
        op_names.push_back(builtin_name("ext_rotate_right",OP_EXT_ROTATE_RIGHT));
 | 
			
		||||
        op_names.push_back(builtin_name("int2bv",OP_INT2BV));
 | 
			
		||||
        op_names.push_back(builtin_name("bv2int",OP_BV2INT));
 | 
			
		||||
        op_names.push_back(builtin_name("bv2nat",OP_BV2INT));
 | 
			
		||||
        op_names.push_back(builtin_name("mkbv",OP_MKBV));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue