class documentation
class Prover9CommandParent(object): (source)
Known subclasses: nltk.inference.mace.MaceCommand
, nltk.inference.prover9.Prover9Command
A common base class used by both Prover9Command and MaceCommand, which is responsible for maintaining a goal and a set of assumptions, and generating prover9-style input files from them.
Method | print |
Print the list of the current assumptions. |