mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Expose forall and exists to Julia (#7099)
This commit is contained in:
		
							parent
							
								
									9d59d86a1c
								
							
						
					
					
						commit
						dec5715f03
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -303,6 +303,8 @@ JLCXX_MODULE define_julia_module(jlcxx::Module &m)
 | 
			
		|||
    m.method("xnor", &xnor);
 | 
			
		||||
    m.method("min", &min);
 | 
			
		||||
    m.method("max", &max);
 | 
			
		||||
    m.method("exists", static_cast<expr (*)(expr_vector const &, expr const &)>(&exists));
 | 
			
		||||
    m.method("forall", static_cast<expr (*)(expr_vector const &, expr const &)>(&forall));
 | 
			
		||||
    m.method("abs", static_cast<expr (*)(expr const &)>(&abs));
 | 
			
		||||
    m.method("sqrt", static_cast<expr (*)(expr const &, expr const &)>(&sqrt));
 | 
			
		||||
    m.method("fma", static_cast<expr (*)(expr const &, expr const &, expr const &, expr const &)>(&fma));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue