|
_iterate_first(first,
second,
bindings,
used,
skipped,
finalize_method,
debug)
This method facilitates movement through the terms of 'self' |
source code
|
|
|
_iterate_second(first,
second,
bindings,
used,
skipped,
finalize_method,
debug)
This method facilitates movement through the terms of 'other' |
source code
|
|
|
|
|
_complete_unify_path(first,
second,
bindings,
used,
skipped,
debug) |
source code
|
|
|
_subsumes_finalize(first,
second,
bindings,
used,
skipped,
debug) |
source code
|
|
|
clausify(expression)
Skolemize, clausify, and standardize the variables apart. |
source code
|
|
|
|
|
skolemize(expression,
univ_scope=None)
Skolemize the expression and convert to conjunctive normal form (CNF) |
source code
|
|
|
to_cnf(first,
second)
Convert this split disjunction to conjunctive normal form (CNF) |
source code
|
|
|
_get_skolem_function(univ_scope)
Return a skolem function over the varibles in univ_scope |
source code
|
|
|
|
|
|
|
|
|
|
|
|