https://github.com/educorreia932/feup-plog
🔡 MIEIC 2020/2021 - 3ʳᵈ year / 1ˢᵗ semester
https://github.com/educorreia932/feup-plog
clp-solver clpfd feup feup-plog logical-programming mieic university-course
Last synced: 29 days ago
JSON representation
🔡 MIEIC 2020/2021 - 3ʳᵈ year / 1ˢᵗ semester
- Host: GitHub
- URL: https://github.com/educorreia932/feup-plog
- Owner: Educorreia932
- Created: 2020-08-25T20:59:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T10:58:23.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T23:28:50.121Z (about 1 year ago)
- Topics: clp-solver, clpfd, feup, feup-plog, logical-programming, mieic, university-course
- Language: Prolog
- Homepage:
- Size: 2.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logic Programming
## MIEIC - 3rd year / 1st semester
**Course Page:** https://sigarra.up.pt/feup/pt/ucurr_geral.ficha_uc_view?pv_ocorrencia_id=459486
**Final Grade:** 14 / 20
## Projects
### First project
The first project consisted in an implementation of the game **Greener**, which is a capturing game for 2 players, where both must capture the same colour.
### Second project
The second project consisted in solving a decision and optimization problem, in our case, the Square problem, using constraint logic programming.