Skip to content

VissaMoutafis/RLFAP-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLFAP-Solver

Classic CSP Algorithms to solve RLFAP. Use python 3.x (I use version 3.8).

Abstract

This project is part of a semester assignment in Introduction to AI class that I took during my 5th semester of studies in Department of Informatics, UoA.

Disclaimer

All code files except solution.py is copied from the aima-python repo. The heuristic dom/wdeg is implemented based on the paper in the project's root dir.

Testcases

We provide the app with all basic testcases in rlfap directory. Check the main procedure in solution.py for a guideline through the code.