type ModelBuilderCommand
source code
object --+
|
TheoremToolCommand --+
|
ModelBuilderCommand
- Known Subclasses:
-
This class holds a ModelBuilder, a goal, and a list of
assumptions. When build_model() is called, the ModelBuilder
is executed with the goal and assumptions.
|
Perform the actual model building.
- Returns:
nltk.sem.evaluate.Valuation
- A model if one is generated; None otherwise.
|
|
Return a string representation of the model
- Parameters:
simplify - boolean simplify the proof?
- Returns:
str
|
|
Return the model builder object
- Returns:
ModelBuilder
|