Package io.github.cvc5
Interface IOracle
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
- 
Method Summary
 
- 
Method Details
- 
apply
Applies the oracle to the given array ofTermarguments.- Parameters:
 terms- An array ofTermobjects to be used as input to the oracle.- Returns:
 - A 
Termrepresenting the result of the oracle computation. - Throws:
 CVC5ApiException- if an error occurs during term processing or oracle computation.
 
 -