项目作者: VissaMoutafis

项目描述 :
Classic CSP Algorithms to solve RLFAP
高级语言: Python
项目地址: git://github.com/VissaMoutafis/RLFAP-Solver.git
创建时间: 2021-02-20T11:20:16Z
项目社区:https://github.com/VissaMoutafis/RLFAP-Solver

开源协议:MIT License

下载


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.