Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
>