Skip to content

stjordanis/ConstraintSolver.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov Docs

ConstraintSolver.jl

This package aims to be a constraint solver written in Julia and will be documented completely on my blog OpenSourc.es

In general it's the goal to be as fast as possible but also as a teaching project on how one can do such a project by himself. I'm just a MSc student in computer science so I don't have much knowledge on how constraint programming works but I'm keen to find out ;)

Blog posts

Installation

You can install this julia package using ] add https://github.com/Wikunia/ConstraintSolver.jl or if you want to change code you might want to use ] dev https://github.com/Wikunia/ConstraintSolver.jl.

If everything goes well I will make a request to make this a julia package but that needs some more blog posts to make it a real constraint solver and not just something to play around with and solve sudokus.

Support

If you find a bug or improvement please open an issue or make a pull request. You just enjoy reading and want to see more posts and get them earlier? Support me on Patreon

Releases

No releases published

Packages

No packages published

Languages

  • Julia 85.6%
  • Python 14.4%