dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

Added inequalities for comparing numbers: >, <=, >, >= These are add… #195

Closed paulratdollabs closed 4 years ago

paulratdollabs commented 4 years ago

Inequalities <, <=, >, >=added to allow, for example, searching for an object representing a person whose age is between 18 and 21, for example.

The propositions.pamela test has been updated to include these inequalities. All tests pass. Addition of these inequalities cannot affect existing models -- it is an orthogonal addition. The PAMELA.md file has been updated.

The railroad xhtml file has been updated.

paulratdollabs commented 4 years ago

Dan, I changed gr to gt and all varients and all consequences thereof and everything now works and all tests pass.