class documentation

Interface for trying to prove a goal from assumptions. Both the goal and the assumptions are constrained to be formulas of logic.Expression.

Method prove No summary
Method _prove No summary
def prove(self, goal=None, assumptions=None, verbose=False): (source)
Returns
boolWhether the proof was successful or not.
@abstractmethod
def _prove(self, goal=None, assumptions=None, verbose=False): (source)
Returns
tuple: (bool, str)Whether the proof was successful or not, along with the proof