komputerwiz / csp-solver

A Ruby library for solving any type of constraint satisfaction problem (CSP)
http://komputerwiz.net/apps/csp-solver
MIT License
39 stars 9 forks source link

csp-solver gem #4

Closed mooreniemi closed 8 years ago

mooreniemi commented 8 years ago

Check out this source for details on why I changed the namespacing the way that I did. It shouldn't change any behavior: just following convention. Also don't be alarmed at the syntax changes: I made use of rubocop, again to follow convention.

I still have a few things left to do (I'd like to specifically put specs in showing the mathdoku and sudoku Problems) but I wanted to make this PR now so you could get a chance to start looking at it.

komputerwiz commented 8 years ago

Wow, that was fast! I've merged your pull request into my develop branch and started a release/0.1.0 branch from it. I'll look over the changes and then merge the release branch.

komputerwiz commented 8 years ago

refs #3

mooreniemi commented 7 years ago

still want to publish this as a gem? i can do it for you too if you like. i'd ask for a secondary author credit if it's ok

komputerwiz commented 7 years ago

Thanks for bringing this back to my attention! I put this on hold for a while and totally forgot about it. My apologies.

I'll have a chance to look into publishing it this weekend (sets reminder on calendar). And don't worry, you'll definitely get author credit since you were the one who organized it into a gem in the first place.