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 ofTerm
arguments.- Parameters:
terms
- An array ofTerm
objects to be used as input to the oracle.- Returns:
- A
Term
representing the result of the oracle computation. - Throws:
CVC5ApiException
- if an error occurs during term processing or oracle computation.
-