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

https://github.com/codlocker/cse-579-clingo-solutions

Solutions to Answer Set Programming Problems using Clingo
https://github.com/codlocker/cse-579-clingo-solutions

Last synced: 3 months ago
JSON representation

Solutions to Answer Set Programming Problems using Clingo

Awesome Lists containing this project

README

        

### Programming Assignment - 2
**Q1** Block Problem where table size is limited.

- ![table_size=3](images/PA2_Q1_table_size%3D3_Accepted.PNG)

**Q2** Block Problem

- ![x=0](images/PA2_Q2_x%3D0.PNG)

**Q3** Block Problem to making movements serializable.
- ![x=8](images/PA2_Q3_x%3D8.PNG)

**Q4** Block Problem for minimum steps needed to reach final step

- ![x=8](images/PA2_Q4_x%3D8.PNG)
- ![x=9](images/PA2_Q4_x%3D9.PNG)
- ![x=10](images/PA2_Q4_x%3D10.PNG)