Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteprattis/family-representation-using-predicates
Represent one family as well as 3-4 more families (of your choice) using the family-3 predicate and appropriate compound terms. Set the predicates exist-1, dateofbirth-2 and salary-2 and use them to recover all parents born before 1950 and their salary is less than 8,000.
https://github.com/peteprattis/family-representation-using-predicates
computer-science logic-programming predicates program prolog structured-data student
Last synced: about 7 hours ago
JSON representation
Represent one family as well as 3-4 more families (of your choice) using the family-3 predicate and appropriate compound terms. Set the predicates exist-1, dateofbirth-2 and salary-2 and use them to recover all parents born before 1950 and their salary is less than 8,000.
- Host: GitHub
- URL: https://github.com/peteprattis/family-representation-using-predicates
- Owner: PetePrattis
- License: mit
- Created: 2019-11-13T12:14:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T12:30:00.000Z (about 5 years ago)
- Last Synced: 2023-09-14T10:17:25.263Z (about 1 year ago)
- Topics: computer-science, logic-programming, predicates, program, prolog, structured-data, student
- Language: Prolog
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Prolog Exercise / Project
**This is a Prolog project from my early days as a Computer Science student**
_This programm was created for the fifth semester class Logic Programming
and it is one of the final projects necessary to pass the class_> #### Description of project
>
>>Represent one family as well as 3-4 more families (of your choice) using the family-3 predicate and appropriate compound terms. Set the predicates exist-1, dateofbirth-2 and salary-2 and use them to recover all parents born before 1950 and their salary is less than 8,000.
>> #### About this project
>
> - The comments to make the code understandable, are within the .pl archive
> - This repository was created to show the variety of the work I did and experience I gained as a student
>