| Home | Trees | Indices | Help |
|
|---|
|
|
This module provides data structures for representing first-order models.
|
|||
| Error | |||
| Undefined | |||
|
Valuation A dictionary which represents a model-theoretic Valuation of non-logical constants. |
|||
|
Assignment A dictionary which represents an assignment of values to variables. |
|||
|
Model A first order model is a domain D of discourse and a valuation V. |
|||
|
|||
|
|||
bool
|
|
||
set of tuple of str
|
|
||
int of tuple of str
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
mult = 30
|
|||
APP =
|
|||
|
|||
Check whether a set represents a relation (of any arity).
|
Convert a set containing individuals (strings or numbers) into a set of unary tuples. Any tuples of strings already in the set are passed through unchanged. For example:
|
Check the arity of a relation.
|
Run exists demos.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:42 2011 | http://epydoc.sourceforge.net |