Home | Trees | Indices | Help |
|
---|
|
Interfaces for theorem provers and model builders.
Prover is a standard interface for a theorem prover which tries to prove a goal from a list of assumptions.
ModelBuilder is a standard interface for a model builder. Given just a set of assumptions. the model builder tries to build a model for the assumptions. Given a set of assumptions and a goal G, the model builder tries to find a counter-model, in the sense of a model that will satisfy the assumptions plus the negation of G.
|
|||
Prover Interface for trying to prove a goal from assumptions. |
|||
ModelBuilder Interface for trying to build a model of set of formulas. |
|||
TheoremToolCommand This class holds a goal and a list of assumptions to be used in proving or model building. |
|||
ProverCommand This class holds a Prover , a goal, and a list of
assumptions.
|
|||
ModelBuilderCommand This class holds a ModelBuilder , a goal, and a list of
assumptions.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:50 2008 | http://epydoc.sourceforge.net |