Skip to content

Predicate processing#1328

Closed
mmatera wants to merge 9 commits intomasterfrom
predicate-processing
Closed

Predicate processing#1328
mmatera wants to merge 9 commits intomasterfrom
predicate-processing

Conversation

@mmatera
Copy link
Contributor

@mmatera mmatera commented Apr 29, 2021

This is the part of ConditionalExpressions that involves advanced logical processing.

new  inference module. Many Improvings on inference
evaluation.message("Inconsistent assumptions")

if assumptions_list is None:
return remove_nots_when_unnecesary(pred, evaluation).evaluate(evaluation)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pred is not defined here.

assumption_rules.append(Rule(pat, symbol_value))
# TODO: expand the pred and assumptions into an standard,
# atomized form, and then apply the rules...
print("assumptions:")
Copy link
Member

@rocky rocky May 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this print and the one below supposed to be here?

new  inference module. Many Improvings on inference
@rocky rocky marked this pull request as draft May 1, 2021 11:36
@rocky
Copy link
Member

rocky commented May 1, 2021

@mmatera the code here doesn't look like it is ready for a PR. What's up?

@mmatera
Copy link
Contributor Author

mmatera commented May 2, 2021

Superseded by #1337

1 similar comment
@mmatera
Copy link
Contributor Author

mmatera commented May 2, 2021

Superseded by #1337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants