VissaMoutafis / RLFAP-Solver

Classic CSP Algorithms to solve RLFAP

Repository from Github https://github.comVissaMoutafis/RLFAP-SolverRepository from Github https://github.comVissaMoutafis/RLFAP-Solver

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.

About

Classic CSP Algorithms to solve RLFAP

License:MIT License


Languages

Language:Python 100.0%