Skip to content

CSP and DPLL example project essentially done as a course project

Notifications You must be signed in to change notification settings

altostratous/uh_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uh_ai Build Status

CSP and DPLL example project essentially done as a course project. And also our funny artificial intelligence project done by uncaulked hypocrites.

Description

We decided to implement it using pure python.

Test

You can view .travis.yml to see how to run the tests. You can look at the tests to see how the command line user interface works.

Documentation and the Project Definition

Code Documentation

We tried to implement it expressively.

Problem Documentation

The project definition is available here in Persian. We will add an english translation if someone requests.

As an overview the problem defined in this project is to put some colored blocks on a rectangle and satisfy the constraints as well. The constrains are as follows:

  • blocks don't overlap,
  • blocks don't have a common side unless they differ in color.

About

CSP and DPLL example project essentially done as a course project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages