Home | Trees | Indices | Help |
|
---|
|
object --+ | TheoremToolCommand
This class holds a goal and a list of assumptions to be used in proving or model building.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_goal The logic expression to prove. |
|||
_assumptions The set of expressions to use as assumptions in the proof. |
|||
_result A holder for the result, so prevent unnecessary re-proving |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Add new assumptions to the assumption list.
|
Retract assumptions from the assumption list.
|
|
_goalThe logic expression to prove. logic.Expression |
_assumptionsThe set of expressions to use as assumptions in the proof.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:55 2008 | http://epydoc.sourceforge.net |