show/hide this revision's text 2 added sample code inline

Here's a solution using NSolver: http://tinyurl.com/3a894h

Here is an excerpt:

//The green house's owner drinks coffee
Post(greenHouse.Eq(coffee));
//The person who smokes Pall Mall rears birds 
Post(pallMall.Eq(birds));
//The owner of the yellow house smokes Dunhill 
Post(yellowHouse.Eq(dunhill));
show/hide this revision's text 1

Here's a solution using NSolver: http://tinyurl.com/3a894h