id
stringlengths
14
15
size
stringclasses
25 values
puzzle
stringlengths
394
2.95k
solution
dict
created_at
stringlengths
26
26
lgp-test-6x3-11
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Peter`, `Eric`, `Alice`, `Arnold`, `Carol` - People have unique hair colors: `auburn`, `blonde`, `brown`, `black`, `red`, `gray` - People have unique heights: `very tall`, `average`, `very short`, `tall`, `super tall`, `short` ## Clues: 1. The person who has blonde hair is directly left of Bob. 2. Alice is in the fourth house. 3. The person who is short is Arnold. 4. The person who is tall is in the sixth house. 5. The person who has black hair is not in the fourth house. 6. The person who has red hair is Eric. 7. The person who is super tall is somewhere to the right of the person who has an average height. 8. The person who has blonde hair is Carol. 9. There is one house between the person who has gray hair and the person who has red hair. 10. The person who is very short is in the fifth house. 11. Bob is the person who has brown hair. 12. The person who has gray hair is in the third house. 13. The person who has blonde hair is the person who is very tall.
{ "header": [ "House", "Name", "HairColor", "Height" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734747
lgp-test-3x5-25
3*5
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric` - The mothers' names in different houses are unique: `Holly`, `Janelle`, `Aniya` - Each mother is accompanied by their child: `Fred`, `Meredith`, `Bella` - The people keep unique animals: `cat`, `bird`, `horse` - Each person has a unique favorite drink: `tea`, `water`, `milk` ## Clues: 1. Peter is somewhere to the left of the person's child is named Meredith. 2. The person's child is named Fred is directly left of the person who keeps horses. 3. The person's child is named Fred is in the second house. 4. The person who likes milk is the person who keeps horses. 5. The person whose mother's name is Holly is Eric. 6. The tea drinker is the cat lover. 7. The person's child is named Bella is Eric. 8. The tea drinker and Arnold are next to each other. 9. The person whose mother's name is Janelle is in the second house.
{ "header": [ "House", "Name", "Mother", "Children", "Animal", "Drink" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731794
lgp-test-4x2-3
4*2
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Peter`, `Alice` - Each person has a unique type of pet: `cat`, `dog`, `fish`, `bird` ## Clues: 1. The person who has a cat is Alice. 2. Peter is not in the first house. 3. Arnold is in the second house. 4. The person who owns a dog is in the second house. 5. The person who keeps a pet bird is Eric. 6. Alice is in the third house.
{ "header": [ "House", "Name", "Pet" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.732098
lgp-test-3x2-26
3*2
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Peter` - People have unique hair colors: `blonde`, `black`, `brown` ## Clues: 1. Arnold is not in the third house. 2. The person who has blonde hair is Eric. 3. Arnold is the person who has black hair. 4. Peter is in the first house.
{ "header": [ "House", "Name", "HairColor" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.731153
lgp-test-6x6-27
6*6
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Bob`, `Arnold`, `Carol`, `Alice` - Everyone has a favorite smoothie: `cherry`, `blueberry`, `dragonfruit`, `watermelon`, `lime`, `desert` - The people keep unique animals: `bird`, `cat`, `dog`, `rabbit`, `horse`, `fish` - The mothers' names in different houses are unique: `Sarah`, `Holly`, `Janelle`, `Aniya`, `Kailyn`, `Penny` - They all have a unique favorite flower: `lilies`, `iris`, `carnations`, `tulips`, `roses`, `daffodils` - Each person has an occupation: `lawyer`, `doctor`, `teacher`, `engineer`, `artist`, `nurse` ## Clues: 1. The person who loves a bouquet of daffodils is The person whose mother's name is Holly. 2. The person who likes Cherry smoothies is not in the third house. 3. The person who is a nurse is directly left of Peter. 4. The person who is an artist is the person who loves the rose bouquet. 5. The person who drinks Lime smoothies is not in the fifth house. 6. The cat lover is The person whose mother's name is Sarah. 7. Bob is the Desert smoothie lover. 8. The Dragonfruit smoothie lover is in the sixth house. 9. The person who loves the boquet of lilies and The person whose mother's name is Penny are next to each other. 10. Peter is the bird keeper. 11. The person whose mother's name is Kailyn is the person who loves the boquet of iris. 12. Carol is somewhere to the left of the person who likes Cherry smoothies. 13. The person who is a doctor is directly left of The person whose mother's name is Holly. 14. Bob is The person whose mother's name is Janelle. 15. Arnold is in the third house. 16. Alice is the person who is an engineer. 17. The Dragonfruit smoothie lover is the person who is an artist. 18. The dog owner is directly left of the person who is a teacher. 19. The person who keeps horses is The person whose mother's name is Aniya. 20. The person who loves the boquet of lilies is directly left of the person who loves a carnations arrangement. 21. There is one house between the Desert smoothie lover and the person who loves a carnations arrangement. 22. The person who drinks Lime smoothies is somewhere to the right of The person whose mother's name is Aniya. 23. The person whose mother's name is Kailyn is directly left of the fish enthusiast. 24. The Watermelon smoothie lover is the rabbit owner.
{ "header": [ "House", "Name", "Smoothie", "Animal", "Mother", "Flower", "Occupation" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735587
lgp-test-2x6-4
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Each person has a unique favorite drink: `water`, `tea` - Each person has a favorite color: `red`, `yellow` - The mothers' names in different houses are unique: `Aniya`, `Holly` - People have unique favorite music genres: `pop`, `rock` - Everyone has a unique favorite cigar: `pall mall`, `prince` ## Clues: 1. The person who loves rock music is the Prince smoker. 2. The person whose mother's name is Holly is the person whose favorite color is red. 3. The person whose mother's name is Holly is somewhere to the left of The person whose mother's name is Aniya. 4. The person who loves rock music is somewhere to the right of Arnold. 5. The tea drinker is in the first house.
{ "header": [ "House", "Name", "Drink", "Color", "Mother", "MusicGenre", "Cigar" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730824
lgp-test-3x5-15
3*5
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric` - People have unique favorite music genres: `classical`, `rock`, `pop` - Each person has a unique type of pet: `cat`, `fish`, `dog` - The mothers' names in different houses are unique: `Janelle`, `Aniya`, `Holly` - The people keep unique animals: `cat`, `bird`, `horse` ## Clues: 1. The person whose mother's name is Aniya is not in the first house. 2. The person whose mother's name is Aniya is directly left of The person whose mother's name is Holly. 3. The person whose mother's name is Janelle is Peter. 4. The person who loves pop music is directly left of the person who owns a dog. 5. The person who keeps horses is in the first house. 6. Peter and the cat lover are next to each other. 7. Eric is the person who loves rock music. 8. The person whose mother's name is Janelle and the person who has a cat are next to each other.
{ "header": [ "House", "Name", "MusicGenre", "Pet", "Mother", "Animal" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731714
lgp-test-5x2-0
5*2
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Peter`, `Arnold`, `Eric`, `Alice` - Each person has a unique type of pet: `hamster`, `dog`, `bird`, `cat`, `fish` ## Clues: 1. The person who owns a dog is in the third house. 2. The person with a pet hamster is in the second house. 3. Peter is the person who owns a dog. 4. The person with a pet hamster is somewhere to the right of the person with an aquarium of fish. 5. Peter is directly left of the person who has a cat. 6. Bob is in the first house. 7. Peter is directly left of Arnold. 8. Eric is directly left of the person who owns a dog.
{ "header": [ "House", "Name", "Pet" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.733238
lgp-test-6x4-36
6*4
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Alice`, `Carol`, `Peter`, `Arnold`, `Bob` - Each person has a unique hobby: `knitting`, `cooking`, `woodworking`, `gardening`, `photography`, `painting` - Each person has a unique level of education: `doctorate`, `master`, `bachelor`, `trade school`, `high school`, `associate` - People have unique favorite sports: `swimming`, `basketball`, `baseball`, `soccer`, `volleyball`, `tennis` ## Clues: 1. The person who enjoys gardening is somewhere to the right of the person with a high school diploma. 2. Alice is directly left of Bob. 3. The person who loves tennis is directly left of the photography enthusiast. 4. The woodworking hobbyist is the person who loves swimming. 5. The person who loves swimming is Peter. 6. The person with a bachelor's degree is directly left of Arnold. 7. The person who loves basketball is the person who enjoys knitting. 8. Eric is in the sixth house. 9. The person who enjoys gardening is directly left of the person with a master's degree. 10. The person who loves cooking is the person who loves tennis. 11. Arnold is the person who paints as a hobby. 12. The person with a doctorate is in the first house. 13. There are two houses between the person with an associate's degree and the person who loves volleyball. 14. The person with a bachelor's degree is the person who loves baseball. 15. The person with an associate's degree is somewhere to the left of the woodworking hobbyist.
{ "header": [ "House", "Name", "Hobby", "Education", "FavoriteSport" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735135
lgp-test-4x3-32
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Eric`, `Peter`, `Arnold` - They all have a unique favorite flower: `carnations`, `daffodils`, `roses`, `lilies` - Each person has a unique type of pet: `dog`, `fish`, `bird`, `cat` ## Clues: 1. Peter is the person who loves a bouquet of daffodils. 2. Alice is in the second house. 3. The person with an aquarium of fish is somewhere to the left of Eric. 4. The person who loves the rose bouquet is in the second house. 5. The person with an aquarium of fish is not in the second house. 6. Peter is the person who keeps a pet bird. 7. The person who keeps a pet bird is not in the third house. 8. The person who has a cat is in the fourth house. 9. The person who loves the boquet of lilies is not in the third house.
{ "header": [ "House", "Name", "Flower", "Pet" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732474
lgp-test-4x3-7
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Arnold`, `Alice` - Each person lives in a unique style of house: `victorian`, `craftsman`, `colonial`, `ranch` - People have unique hair colors: `red`, `blonde`, `black`, `brown` ## Clues: 1. The person in a ranch-style home is somewhere to the right of the person who has black hair. 2. There are two houses between Alice and the person living in a colonial-style house. 3. The person who has red hair is directly left of Eric. 4. The person living in a colonial-style house is somewhere to the right of the person in a Craftsman-style house. 5. There is one house between Peter and the person who has blonde hair. 6. The person who has red hair and the person in a ranch-style home are next to each other. 7. The person residing in a Victorian house is in the second house.
{ "header": [ "House", "Name", "HouseStyle", "HairColor" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732343
lgp-test-2x4-27
2*4
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Each person has a favorite color: `red`, `yellow` - They all have a unique favorite flower: `daffodils`, `carnations` - Everyone has something unique for lunch: `grilled cheese`, `pizza` ## Clues: 1. Arnold is the person who loves eating grilled cheese. 2. The person who loves a carnations arrangement is directly left of the person who is a pizza lover. 3. The person whose favorite color is red is the person who is a pizza lover.
{ "header": [ "House", "Name", "Color", "Flower", "Food" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730553
lgp-test-6x3-16
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Eric`, `Arnold`, `Peter`, `Carol`, `Alice` - They all have a unique favorite flower: `carnations`, `iris`, `lilies`, `daffodils`, `roses`, `tulips` - Each person has a unique type of pet: `dog`, `bird`, `fish`, `rabbit`, `hamster`, `cat` ## Clues: 1. Eric is the person who keeps a pet bird. 2. Peter is the person who owns a dog. 3. The person who loves a carnations arrangement is somewhere to the right of Bob. 4. The person who keeps a pet bird and the person who loves the rose bouquet are next to each other. 5. The person who loves a bouquet of daffodils is Bob. 6. The person who has a cat is somewhere to the right of the person with an aquarium of fish. 7. The person who has a cat is the person who loves the boquet of lilies. 8. The person who loves a carnations arrangement is directly left of the person who loves the vase of tulips. 9. The person who owns a rabbit is Arnold. 10. The person who keeps a pet bird is the person who loves the vase of tulips. 11. The person who owns a dog is in the fourth house. 12. Carol is somewhere to the left of the person with an aquarium of fish.
{ "header": [ "House", "Name", "Flower", "Pet" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734775
lgp-test-2x5-35
2*5
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - People have unique favorite book genres: `science fiction`, `mystery` - Each person has a favorite color: `red`, `yellow` - People have unique favorite sports: `basketball`, `soccer` - Each person prefers a unique type of vacation: `beach`, `mountain` ## Clues: 1. The person whose favorite color is red is not in the second house. 2. The person who loves soccer is Eric. 3. The person who loves beach vacations is not in the first house. 4. The person who loves mystery books is not in the first house. 5. The person whose favorite color is red is the person who loves basketball.
{ "header": [ "House", "Name", "BookGenre", "Color", "FavoriteSport", "Vacation" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730781
lgp-test-4x3-18
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Eric`, `Arnold` - People have unique favorite book genres: `mystery`, `science fiction`, `romance`, `fantasy` - Each person has an occupation: `engineer`, `teacher`, `artist`, `doctor` ## Clues: 1. Alice is the person who is an engineer. 2. Eric is not in the second house. 3. Eric and the person who is a doctor are next to each other. 4. The person who loves fantasy books is somewhere to the left of Peter. 5. The person who loves romance books is not in the fourth house. 6. The person who loves romance books and the person who is a doctor are next to each other. 7. The person who is a teacher is in the second house. 8. The person who loves mystery books is in the first house.
{ "header": [ "House", "Name", "BookGenre", "Occupation" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732401
lgp-test-3x4-0
3*4
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Peter`, `Eric` - The people are of nationalities: `dane`, `swede`, `brit` - The people keep unique animals: `bird`, `horse`, `cat` - People have unique favorite book genres: `romance`, `science fiction`, `mystery` ## Clues: 1. The bird keeper is somewhere to the left of the person who keeps horses. 2. The Swedish person is in the first house. 3. The British person is in the second house. 4. The cat lover is in the second house. 5. The person who loves science fiction books is directly left of Eric. 6. The person who loves mystery books is in the third house. 7. The person who loves romance books is Peter.
{ "header": [ "House", "Name", "Nationality", "Animal", "BookGenre" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731415
lgp-test-3x2-7
3*2
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Peter` - Each person has a unique hobby: `gardening`, `cooking`, `photography` ## Clues: 1. The person who enjoys gardening is in the first house. 2. The person who loves cooking is somewhere to the left of Eric. 3. Peter is in the first house.
{ "header": [ "House", "Name", "Hobby" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.731036
lgp-test-2x5-34
2*5
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Everyone has a favorite smoothie: `cherry`, `desert` - People have unique favorite sports: `soccer`, `basketball` - Each person has a unique favorite drink: `water`, `tea` - Each person lives in a unique style of house: `victorian`, `colonial` ## Clues: 1. The Desert smoothie lover is somewhere to the right of the person living in a colonial-style house. 2. The person who likes Cherry smoothies is the person who loves basketball. 3. Arnold is in the second house. 4. The person who loves basketball is the tea drinker.
{ "header": [ "House", "Name", "Smoothie", "FavoriteSport", "Drink", "HouseStyle" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730775
lgp-test-4x6-27
4*6
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Eric`, `Arnold` - People own unique car models: `honda civic`, `toyota camry`, `ford f150`, `tesla model 3` - Each person has a unique birthday month: `feb`, `april`, `sept`, `jan` - Everyone has something unique for lunch: `pizza`, `stew`, `spaghetti`, `grilled cheese` - People have unique heights: `average`, `tall`, `very short`, `short` - The mothers' names in different houses are unique: `Janelle`, `Kailyn`, `Holly`, `Aniya` ## Clues: 1. The person who is very short is the person who loves the stew. 2. The person who is a pizza lover is Alice. 3. The person who loves the spaghetti eater is the person who owns a Honda Civic. 4. The person who owns a Toyota Camry is somewhere to the left of the person who is a pizza lover. 5. The person whose birthday is in February is not in the fourth house. 6. Eric is the person who owns a Tesla Model 3. 7. The person who owns a Toyota Camry is somewhere to the right of The person whose mother's name is Janelle. 8. The person who is tall is in the fourth house. 9. The person whose birthday is in September is Arnold. 10. The person who has an average height is somewhere to the right of Arnold. 11. The person whose mother's name is Aniya and Alice are next to each other. 12. The person whose birthday is in April and The person whose mother's name is Holly are next to each other. 13. The person who is short is in the second house. 14. The person who loves the stew and The person whose mother's name is Janelle are next to each other.
{ "header": [ "House", "Name", "CarModel", "Birthday", "Food", "Height", "Mother" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733164
lgp-test-5x5-37
5*5
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Alice`, `Peter`, `Bob`, `Arnold` - Each person has a unique type of pet: `hamster`, `fish`, `cat`, `dog`, `bird` - Each person has an occupation: `doctor`, `engineer`, `artist`, `lawyer`, `teacher` - Each person has a favorite color: `green`, `blue`, `yellow`, `red`, `white` - The people keep unique animals: `bird`, `cat`, `horse`, `fish`, `dog` ## Clues: 1. The person who owns a dog is Arnold. 2. The bird keeper is in the fourth house. 3. The person who keeps a pet bird is directly left of the dog owner. 4. The person who loves white is somewhere to the left of the person who is a lawyer. 5. The person who loves yellow is directly left of the person whose favorite color is green. 6. The cat lover is Bob. 7. The cat lover is somewhere to the left of Eric. 8. The person who keeps horses is in the fifth house. 9. The person who is a lawyer is directly left of the person who is a teacher. 10. The person who is a doctor is in the first house. 11. Alice is the person who loves yellow. 12. The person who loves blue is directly left of the person with an aquarium of fish. 13. The person who loves yellow is in the first house. 14. The person with a pet hamster is the person who is an artist. 15. Eric is the dog owner.
{ "header": [ "House", "Name", "Pet", "Occupation", "Color", "Animal" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734185
lgp-test-6x6-25
6*6
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Bob`, `Alice`, `Peter`, `Arnold`, `Carol` - They all have a unique favorite flower: `daffodils`, `carnations`, `roses`, `tulips`, `iris`, `lilies` - People have unique heights: `very tall`, `super tall`, `average`, `short`, `very short`, `tall` - Each person has a favorite color: `blue`, `yellow`, `purple`, `red`, `green`, `white` - Everyone has a unique favorite cigar: `yellow monster`, `pall mall`, `prince`, `blue master`, `blends`, `dunhill` - People use unique phone models: `google pixel 6`, `iphone 13`, `xiaomi mi 11`, `samsung galaxy s21`, `huawei p50`, `oneplus 9` ## Clues: 1. The person who uses an iPhone 13 is the person who loves white. 2. Peter is the person whose favorite color is red. 3. The Prince smoker is directly left of the person partial to Pall Mall. 4. The person who smokes Blue Master and the Dunhill smoker are next to each other. 5. The person who loves blue is the person who uses a Xiaomi Mi 11. 6. The person who loves white is Alice. 7. The person who uses a OnePlus 9 is somewhere to the left of Arnold. 8. The person who is tall is the person who smokes Blue Master. 9. The person who uses a Samsung Galaxy S21 is the Dunhill smoker. 10. Bob is directly left of the person who is very short. 11. The person who loves a bouquet of daffodils is Eric. 12. The person who loves the boquet of iris is the person who uses a OnePlus 9. 13. The person who uses a Huawei P50 is the person who is very short. 14. The person who smokes many unique blends is directly left of Peter. 15. The Prince smoker is not in the first house. 16. The person who is very tall is the person who loves a bouquet of daffodils. 17. The person who uses a Google Pixel 6 is not in the fifth house. 18. The person who is tall is not in the third house. 19. The person who uses a Huawei P50 is somewhere to the left of the person who uses a Samsung Galaxy S21. 20. Arnold is somewhere to the left of the person who is short. 21. The person who loves the vase of tulips is not in the first house. 22. The person who loves the boquet of lilies is directly left of the person who loves yellow. 23. Arnold is the person who loves purple. 24. The person who uses a OnePlus 9 and the person who uses a Samsung Galaxy S21 are next to each other. 25. The person who has an average height is not in the first house. 26. The person who loves the rose bouquet is Alice.
{ "header": [ "House", "Name", "Flower", "Height", "Color", "Cigar", "PhoneModel" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735577
lgp-test-3x6-23
3*6
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric` - Each person has a unique level of education: `associate`, `bachelor`, `high school` - People have unique heights: `short`, `very short`, `average` - Each person has a unique hobby: `cooking`, `gardening`, `photography` - People have unique favorite book genres: `romance`, `mystery`, `science fiction` - Everyone has a favorite smoothie: `cherry`, `desert`, `watermelon` ## Clues: 1. The Watermelon smoothie lover is the person who is very short. 2. The person who likes Cherry smoothies is the person who loves romance books. 3. The Desert smoothie lover is the person who enjoys gardening. 4. The Watermelon smoothie lover is somewhere to the right of the person with a high school diploma. 5. The person with an associate's degree is directly left of the person with a high school diploma. 6. The photography enthusiast is the person with an associate's degree. 7. The person who likes Cherry smoothies is Arnold. 8. The person who loves science fiction books is somewhere to the right of the person who enjoys gardening. 9. The person who is short is not in the first house. 10. The Watermelon smoothie lover is somewhere to the right of Eric.
{ "header": [ "House", "Name", "Education", "Height", "Hobby", "BookGenre", "Smoothie" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731989
lgp-test-6x2-1
6*2
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Alice`, `Carol`, `Arnold`, `Eric`, `Peter` - Everyone has a favorite smoothie: `blueberry`, `dragonfruit`, `desert`, `lime`, `watermelon`, `cherry` ## Clues: 1. The person who likes Cherry smoothies is Alice. 2. Peter is in the second house. 3. The Watermelon smoothie lover is in the second house. 4. The person who likes Cherry smoothies is not in the sixth house. 5. The person who drinks Blueberry smoothies is somewhere to the left of the person who drinks Lime smoothies. 6. The Desert smoothie lover is in the first house. 7. Arnold is not in the fourth house. 8. The person who drinks Lime smoothies is directly left of Eric. 9. Carol is the person who drinks Lime smoothies. 10. Bob is directly left of Peter.
{ "header": [ "House", "Name", "Smoothie" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.734445
lgp-test-5x3-8
5*3
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Alice`, `Eric`, `Bob`, `Peter` - People have unique hair colors: `gray`, `blonde`, `red`, `brown`, `black` - Each person has an occupation: `engineer`, `artist`, `lawyer`, `teacher`, `doctor` ## Clues: 1. The person who has black hair is the person who is a teacher. 2. The person who is a doctor is somewhere to the right of the person who is an artist. 3. There is one house between Eric and Alice. 4. Eric is somewhere to the left of Alice. 5. The person who has brown hair and Alice are next to each other. 6. Alice is the person who has red hair. 7. There are two houses between the person who has brown hair and the person who has blonde hair. 8. Alice is the person who is an engineer. 9. Arnold is the person who has blonde hair. 10. The person who is a doctor is Peter. 11. The person who has brown hair is somewhere to the left of the person who is a teacher.
{ "header": [ "House", "Name", "HairColor", "Occupation" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733525
lgp-test-6x2-6
6*2
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Eric`, `Bob`, `Carol` - People have unique favorite sports: `baseball`, `tennis`, `swimming`, `basketball`, `soccer`, `volleyball` ## Clues: 1. The person who loves tennis is Eric. 2. The person who loves volleyball is in the fifth house. 3. Arnold is somewhere to the right of Carol. 4. Carol is not in the first house. 5. The person who loves baseball is Bob. 6. There is one house between the person who loves swimming and the person who loves basketball. 7. Alice is in the fourth house. 8. The person who loves swimming is Peter. 9. Alice and Arnold are next to each other. 10. Peter is somewhere to the right of Eric. 11. The person who loves swimming is not in the sixth house.
{ "header": [ "House", "Name", "FavoriteSport" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.734472
lgp-test-4x5-16
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Eric` - Everyone has a unique favorite cigar: `pall mall`, `dunhill`, `blue master`, `prince` - Each person has a unique birthday month: `sept`, `april`, `feb`, `jan` - Each person has a unique hobby: `gardening`, `cooking`, `photography`, `painting` - People have unique favorite music genres: `pop`, `classical`, `jazz`, `rock` ## Clues: 1. The person who loves jazz music is the person whose birthday is in April. 2. Alice is the person whose birthday is in April. 3. Peter is directly left of the person who loves cooking. 4. The person whose birthday is in February is Arnold. 5. The Dunhill smoker is not in the third house. 6. The Prince smoker is Arnold. 7. The person who loves jazz music is the person partial to Pall Mall. 8. The person whose birthday is in January is not in the third house. 9. The person who loves rock music is Peter. 10. The person who enjoys gardening is directly left of the photography enthusiast. 11. The person who loves classical music is in the first house. 12. The person who loves pop music is somewhere to the left of the person partial to Pall Mall. 13. The person who smokes Blue Master is the person who loves pop music.
{ "header": [ "House", "Name", "Cigar", "Birthday", "Hobby", "MusicGenre" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732841
lgp-test-4x4-23
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Peter`, `Alice` - Everyone has something unique for lunch: `grilled cheese`, `spaghetti`, `pizza`, `stew` - People use unique phone models: `iphone 13`, `google pixel 6`, `samsung galaxy s21`, `oneplus 9` - Each person has a unique hobby: `painting`, `cooking`, `photography`, `gardening` ## Clues: 1. Peter is the person who is a pizza lover. 2. The person who is a pizza lover and the person who loves the spaghetti eater are next to each other. 3. The person who loves eating grilled cheese is directly left of Eric. 4. Eric is the person who loves cooking. 5. The person who uses a Google Pixel 6 is in the fourth house. 6. The photography enthusiast is in the second house. 7. The person who is a pizza lover is the person who uses a OnePlus 9. 8. The person who uses a Samsung Galaxy S21 is in the third house. 9. Arnold is directly left of the person who enjoys gardening.
{ "header": [ "House", "Name", "Food", "PhoneModel", "Hobby" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732648
lgp-test-5x5-17
5*5
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Peter`, `Eric`, `Arnold`, `Alice` - The people keep unique animals: `dog`, `fish`, `bird`, `horse`, `cat` - The people are of nationalities: `dane`, `swede`, `brit`, `german`, `norwegian` - Each mother is accompanied by their child: `Meredith`, `Bella`, `Timothy`, `Samantha`, `Fred` - Each person has a unique type of pet: `bird`, `fish`, `hamster`, `cat`, `dog` ## Clues: 1. The dog owner is not in the third house. 2. The person who keeps a pet bird is in the fourth house. 3. The German is Eric. 4. Bob is somewhere to the left of the person's child is named Fred. 5. The person with a pet hamster is Arnold. 6. The British person is the dog owner. 7. The person's child is named Meredith is not in the third house. 8. The fish enthusiast is the person's child is named Samantha. 9. The person who is the mother of Timothy is the German. 10. The person who has a cat is in the fifth house. 11. Peter is not in the fourth house. 12. The Swedish person and the person's child is named Samantha are next to each other. 13. The Swedish person is Peter. 14. The Dane is in the second house. 15. Eric and the cat lover are next to each other. 16. The German is in the first house. 17. The person with an aquarium of fish is somewhere to the right of the bird keeper.
{ "header": [ "House", "Name", "Animal", "Nationality", "Children", "Pet" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734070
lgp-test-4x5-39
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Alice`, `Peter` - People have unique favorite music genres: `pop`, `rock`, `jazz`, `classical` - Everyone has something unique for lunch: `pizza`, `stew`, `grilled cheese`, `spaghetti` - Each person has a unique level of education: `master`, `associate`, `bachelor`, `high school` - Each mother is accompanied by their child: `Samantha`, `Bella`, `Meredith`, `Fred` ## Clues: 1. The person's child is named Samantha is in the second house. 2. Arnold is the person's child is named Samantha. 3. The person who loves the spaghetti eater is directly left of the person with a master's degree. 4. The person who loves eating grilled cheese is the person who loves classical music. 5. The person who loves the stew is the person's child is named Bella. 6. The person who loves pop music is Alice. 7. The person who loves jazz music is directly left of the person's child is named Samantha. 8. The person with a high school diploma is Arnold. 9. The person with a bachelor's degree is Peter. 10. The person who loves the spaghetti eater is the person with an associate's degree. 11. The person who loves classical music is the person's child is named Fred.
{ "header": [ "House", "Name", "MusicGenre", "Food", "Education", "Children" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732999
lgp-test-4x5-24
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Alice`, `Arnold`, `Peter` - Everyone has a favorite smoothie: `cherry`, `dragonfruit`, `desert`, `watermelon` - Each person has a favorite color: `green`, `red`, `yellow`, `white` - They all have a unique favorite flower: `roses`, `carnations`, `daffodils`, `lilies` - People have unique favorite book genres: `fantasy`, `science fiction`, `mystery`, `romance` ## Clues: 1. The person who loves romance books is the person who loves white. 2. The person who loves fantasy books is the person who loves a bouquet of daffodils. 3. The person who likes Cherry smoothies is somewhere to the left of the person who loves romance books. 4. The person who loves science fiction books is somewhere to the right of Peter. 5. The person who loves the boquet of lilies is the person who loves science fiction books. 6. The person who loves romance books is not in the fourth house. 7. The person who loves fantasy books is the Dragonfruit smoothie lover. 8. The person who loves white is the Desert smoothie lover. 9. The person who loves a carnations arrangement is not in the third house. 10. Alice is the person who likes Cherry smoothies. 11. Eric is the person who loves mystery books. 12. The person whose favorite color is green is in the second house. 13. The person who loves yellow is somewhere to the left of Eric.
{ "header": [ "House", "Name", "Smoothie", "Color", "Flower", "BookGenre" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732887
lgp-test-3x5-36
3*5
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric` - Each person has a unique level of education: `associate`, `high school`, `bachelor` - Everyone has something unique for lunch: `spaghetti`, `grilled cheese`, `pizza` - Everyone has a unique favorite cigar: `prince`, `pall mall`, `blue master` - Each person has a unique type of pet: `cat`, `dog`, `fish` ## Clues: 1. The person partial to Pall Mall is in the third house. 2. The person who smokes Blue Master is not in the second house. 3. The person with an associate's degree is in the second house. 4. The person who loves the spaghetti eater is Arnold. 5. The person who has a cat is the person who is a pizza lover. 6. The person partial to Pall Mall is somewhere to the right of the person who owns a dog. 7. Peter is not in the third house. 8. The person with a bachelor's degree is directly left of Eric. 9. The person who has a cat is not in the first house.
{ "header": [ "House", "Name", "Education", "Food", "Cigar", "Pet" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731847
lgp-test-3x2-6
3*2
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Peter`, `Eric` - Each person has a favorite color: `white`, `red`, `yellow` ## Clues: 1. Eric is directly left of the person whose favorite color is red. 2. Peter is not in the second house. 3. The person who loves white is in the third house.
{ "header": [ "House", "Name", "Color" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.731031
lgp-test-6x4-8
6*4
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Alice`, `Carol`, `Arnold`, `Eric`, `Peter` - Everyone has a favorite smoothie: `dragonfruit`, `watermelon`, `blueberry`, `lime`, `desert`, `cherry` - Each person has a unique level of education: `high school`, `doctorate`, `master`, `associate`, `trade school`, `bachelor` - People own unique car models: `ford f150`, `honda civic`, `chevrolet silverado`, `bmw 3 series`, `toyota camry`, `tesla model 3` ## Clues: 1. The person who owns a Chevrolet Silverado is directly left of the person who likes Cherry smoothies. 2. The person who owns a Toyota Camry is not in the first house. 3. The person who owns a BMW 3 Series is directly left of the person who owns a Ford F-150. 4. The Desert smoothie lover is the person who attended trade school. 5. The person with an associate's degree is somewhere to the left of the person who drinks Lime smoothies. 6. Alice is directly left of Eric. 7. The person with a bachelor's degree is in the sixth house. 8. Bob is the person who owns a Chevrolet Silverado. 9. The person with an associate's degree is somewhere to the right of the person who drinks Blueberry smoothies. 10. The Dragonfruit smoothie lover is somewhere to the left of the person who drinks Blueberry smoothies. 11. The person who drinks Lime smoothies is the person who owns a BMW 3 Series. 12. Eric is somewhere to the right of the person with a master's degree. 13. The person with a high school diploma is in the first house. 14. The person with a doctorate is Peter. 15. The person who drinks Blueberry smoothies is directly left of the Desert smoothie lover. 16. Carol is not in the fourth house. 17. The person who owns a Tesla Model 3 and the person with a master's degree are next to each other.
{ "header": [ "House", "Name", "Smoothie", "Education", "CarModel" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734953
lgp-test-5x2-11
5*2
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Bob`, `Eric`, `Alice` - People have unique favorite sports: `tennis`, `baseball`, `swimming`, `basketball`, `soccer` ## Clues: 1. The person who loves tennis is somewhere to the right of Arnold. 2. Alice is the person who loves baseball. 3. Eric is somewhere to the left of the person who loves basketball. 4. The person who loves baseball is somewhere to the left of the person who loves swimming. 5. Eric is directly left of the person who loves baseball. 6. The person who loves basketball is somewhere to the left of Arnold. 7. Bob is not in the fifth house.
{ "header": [ "House", "Name", "FavoriteSport" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.733297
lgp-test-5x4-31
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Bob`, `Arnold`, `Eric`, `Peter` - Each person prefers a unique type of vacation: `cruise`, `city`, `camping`, `beach`, `mountain` - Each mother is accompanied by their child: `Bella`, `Samantha`, `Fred`, `Meredith`, `Timothy` - The people are of nationalities: `dane`, `norwegian`, `brit`, `german`, `swede` ## Clues: 1. The Norwegian is Peter. 2. The Swedish person is the person's child is named Bella. 3. The person who loves beach vacations is directly left of the person's child is named Samantha. 4. The person's child is named Bella is not in the second house. 5. Alice is the British person. 6. The person who likes going on cruises is in the first house. 7. The person's child is named Meredith is in the fourth house. 8. Eric is not in the fifth house. 9. The Swedish person is somewhere to the right of the Norwegian. 10. There is one house between the person's child is named Fred and the person who prefers city breaks. 11. Bob is the person who enjoys camping trips. 12. The Dane is in the fifth house. 13. The person who enjoys camping trips is not in the fifth house.
{ "header": [ "House", "Name", "Vacation", "Children", "Nationality" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733889
lgp-test-4x5-11
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Alice` - People have unique favorite music genres: `rock`, `jazz`, `pop`, `classical` - Everyone has a favorite smoothie: `dragonfruit`, `watermelon`, `desert`, `cherry` - People have unique hair colors: `red`, `black`, `brown`, `blonde` - People have unique favorite book genres: `science fiction`, `fantasy`, `romance`, `mystery` ## Clues: 1. The person who has red hair is not in the third house. 2. There is one house between Eric and the person who likes Cherry smoothies. 3. The person who loves science fiction books is Peter. 4. The person who loves fantasy books is Alice. 5. The Dragonfruit smoothie lover is the person who loves pop music. 6. The Dragonfruit smoothie lover is the person who has red hair. 7. The Watermelon smoothie lover is somewhere to the right of the person who loves classical music. 8. The person who has black hair is the person who likes Cherry smoothies. 9. There is one house between the person who loves pop music and the person who loves fantasy books. 10. The person who loves romance books is somewhere to the right of the person who loves jazz music. 11. The person who has red hair is directly left of the person who has black hair. 12. The person who has brown hair and the Dragonfruit smoothie lover are next to each other. 13. The person who loves science fiction books is the Dragonfruit smoothie lover.
{ "header": [ "House", "Name", "MusicGenre", "Smoothie", "HairColor", "BookGenre" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732811
lgp-test-3x3-19
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Peter` - Everyone has a favorite smoothie: `desert`, `watermelon`, `cherry` - People have unique favorite book genres: `science fiction`, `romance`, `mystery` ## Clues: 1. The person who likes Cherry smoothies is somewhere to the left of the person who loves mystery books. 2. Arnold is the person who loves mystery books. 3. The person who loves science fiction books is not in the first house. 4. The Desert smoothie lover is directly left of the person who loves mystery books. 5. Peter is in the first house.
{ "header": [ "House", "Name", "Smoothie", "BookGenre" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731311
lgp-test-2x5-33
2*5
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - The people keep unique animals: `cat`, `horse` - People have unique heights: `short`, `very short` - People have unique favorite book genres: `science fiction`, `mystery` - Each person prefers a unique type of vacation: `mountain`, `beach` ## Clues: 1. The person who loves beach vacations is directly left of Eric. 2. The person who loves beach vacations and the person who is very short are next to each other. 3. The cat lover is the person who is short. 4. The person who is short is the person who loves mystery books.
{ "header": [ "House", "Name", "Animal", "Height", "BookGenre", "Vacation" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730770
lgp-test-6x3-12
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Alice`, `Arnold`, `Eric`, `Carol`, `Bob` - Each person has a unique favorite drink: `water`, `milk`, `root beer`, `tea`, `coffee`, `boba tea` - Each person has an occupation: `artist`, `doctor`, `teacher`, `engineer`, `nurse`, `lawyer` ## Clues: 1. The person who is a lawyer is somewhere to the left of the one who only drinks water. 2. The boba tea drinker is Alice. 3. Arnold is directly left of the coffee drinker. 4. Peter and the person who is an artist are next to each other. 5. Arnold is the person who is a nurse. 6. Carol is not in the first house. 7. The person who is a teacher is somewhere to the right of the person who is a doctor. 8. The root beer lover is somewhere to the left of the tea drinker. 9. The person who is a lawyer is Carol. 10. Bob is the one who only drinks water. 11. Eric is not in the fourth house. 12. The tea drinker is not in the sixth house. 13. The person who is a teacher is the root beer lover. 14. The one who only drinks water is somewhere to the left of Alice.
{ "header": [ "House", "Name", "Drink", "Occupation" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734753
lgp-test-2x3-23
2*3
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Each mother is accompanied by their child: `Bella`, `Fred` - Everyone has something unique for lunch: `grilled cheese`, `pizza` ## Clues: 1. The person who is a pizza lover is Arnold. 2. The person who loves eating grilled cheese is directly left of the person's child is named Fred.
{ "header": [ "House", "Name", "Children", "Food" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730309
lgp-test-4x2-34
4*2
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric`, `Alice` - The people keep unique animals: `horse`, `bird`, `cat`, `fish` ## Clues: 1. Arnold is the cat lover. 2. The bird keeper is not in the second house. 3. The person who keeps horses is Eric. 4. Eric is somewhere to the right of the bird keeper. 5. There is one house between Arnold and Alice. 6. The cat lover is in the first house.
{ "header": [ "House", "Name", "Animal" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.732251
lgp-test-3x5-19
3*5
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Peter`, `Eric` - Each person has an occupation: `doctor`, `teacher`, `engineer` - Each person has a unique level of education: `associate`, `high school`, `bachelor` - Everyone has a favorite smoothie: `desert`, `cherry`, `watermelon` - Each person has a unique hobby: `gardening`, `cooking`, `photography` ## Clues: 1. The Desert smoothie lover is the person who is a doctor. 2. Arnold is not in the third house. 3. The person who likes Cherry smoothies is somewhere to the right of Peter. 4. The person who loves cooking is in the second house. 5. The person who loves cooking is Peter. 6. The person with an associate's degree is somewhere to the right of the person who enjoys gardening. 7. The person with a bachelor's degree is somewhere to the right of the Desert smoothie lover. 8. The person who loves cooking is the person who is a doctor. 9. The photography enthusiast is the person who is a teacher.
{ "header": [ "House", "Name", "Occupation", "Education", "Smoothie", "Hobby" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731762
lgp-test-4x4-33
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Alice`, `Arnold` - People have unique heights: `average`, `tall`, `very short`, `short` - People use unique phone models: `oneplus 9`, `samsung galaxy s21`, `google pixel 6`, `iphone 13` - The mothers' names in different houses are unique: `Kailyn`, `Janelle`, `Holly`, `Aniya` ## Clues: 1. The person who uses a Samsung Galaxy S21 is The person whose mother's name is Holly. 2. The person who is tall is directly left of the person who uses a Samsung Galaxy S21. 3. Alice is the person who uses a Google Pixel 6. 4. The person who uses a OnePlus 9 is in the fourth house. 5. The person whose mother's name is Janelle is not in the third house. 6. The person whose mother's name is Janelle is somewhere to the left of Eric. 7. The person whose mother's name is Aniya is somewhere to the left of Alice. 8. Eric is the person who is very short. 9. Peter is somewhere to the left of The person whose mother's name is Kailyn. 10. The person whose mother's name is Holly and the person who has an average height are next to each other.
{ "header": [ "House", "Name", "Height", "PhoneModel", "Mother" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732709
lgp-test-5x5-28
5*5
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Bob`, `Eric`, `Peter`, `Arnold` - Each person has a unique type of pet: `hamster`, `bird`, `fish`, `dog`, `cat` - Each person has a unique favorite drink: `coffee`, `milk`, `root beer`, `water`, `tea` - People have unique favorite sports: `soccer`, `swimming`, `tennis`, `baseball`, `basketball` - People use unique phone models: `oneplus 9`, `google pixel 6`, `iphone 13`, `huawei p50`, `samsung galaxy s21` ## Clues: 1. The root beer lover is the person who owns a dog. 2. The person who uses an iPhone 13 is the root beer lover. 3. There is one house between the person who owns a dog and the person who uses a Google Pixel 6. 4. Bob is somewhere to the right of the person who uses a OnePlus 9. 5. Alice is not in the fourth house. 6. Eric is in the fifth house. 7. The person who likes milk is the person who uses a Samsung Galaxy S21. 8. The person who loves baseball is the person who uses a Google Pixel 6. 9. The coffee drinker is in the third house. 10. Peter is the tea drinker. 11. The person who loves basketball is the person who owns a dog. 12. The person with a pet hamster is the person who loves tennis. 13. There are two houses between Alice and the tea drinker. 14. The person who loves soccer is the tea drinker. 15. The person who keeps a pet bird is directly left of the person with an aquarium of fish. 16. The person with an aquarium of fish is the person who likes milk.
{ "header": [ "House", "Name", "Pet", "Drink", "FavoriteSport", "PhoneModel" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734133
lgp-test-4x4-7
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Alice`, `Peter` - Everyone has a unique favorite cigar: `prince`, `pall mall`, `blue master`, `dunhill` - Each person has a unique favorite drink: `milk`, `coffee`, `water`, `tea` - People have unique hair colors: `blonde`, `black`, `red`, `brown` ## Clues: 1. The person who has brown hair is not in the fourth house. 2. The person who likes milk is the person who has brown hair. 3. The person partial to Pall Mall is somewhere to the right of the person who has black hair. 4. Peter is somewhere to the left of the Dunhill smoker. 5. The person who smokes Blue Master is directly left of Alice. 6. The tea drinker is Peter. 7. Eric is the person who has brown hair. 8. Eric is not in the third house. 9. Alice is the Dunhill smoker. 10. The person who has blonde hair is the Prince smoker. 11. The one who only drinks water is not in the fourth house.
{ "header": [ "House", "Name", "Cigar", "Drink", "HairColor" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732557
lgp-test-4x5-4
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Eric` - Everyone has a unique favorite cigar: `pall mall`, `blue master`, `prince`, `dunhill` - People have unique favorite sports: `soccer`, `swimming`, `tennis`, `basketball` - Each person lives in a unique style of house: `ranch`, `colonial`, `craftsman`, `victorian` - Everyone has a favorite smoothie: `watermelon`, `desert`, `cherry`, `dragonfruit` ## Clues: 1. The Dunhill smoker is in the first house. 2. The person who smokes Blue Master is the Watermelon smoothie lover. 3. The person in a ranch-style home is the person who loves basketball. 4. The person who loves soccer is in the second house. 5. The Dunhill smoker is the person who likes Cherry smoothies. 6. The person who loves swimming is somewhere to the right of the person who smokes Blue Master. 7. The Dragonfruit smoothie lover is Alice. 8. The Prince smoker is the Dragonfruit smoothie lover. 9. The Watermelon smoothie lover is not in the second house. 10. Arnold is the person who smokes Blue Master. 11. The person who loves swimming is the person living in a colonial-style house. 12. The person who loves swimming is Peter. 13. The person in a Craftsman-style house is directly left of the person in a ranch-style home.
{ "header": [ "House", "Name", "Cigar", "FavoriteSport", "HouseStyle", "Smoothie" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732774
lgp-test-6x4-13
6*4
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Carol`, `Bob`, `Alice`, `Eric`, `Peter` - People have unique favorite sports: `swimming`, `basketball`, `volleyball`, `soccer`, `tennis`, `baseball` - People have unique favorite music genres: `rock`, `pop`, `jazz`, `country`, `hip hop`, `classical` - Each person has a unique level of education: `doctorate`, `trade school`, `bachelor`, `high school`, `associate`, `master` ## Clues: 1. Alice is in the fourth house. 2. Alice is somewhere to the right of the person with a doctorate. 3. The person with a high school diploma is somewhere to the right of the person who loves basketball. 4. The person who loves volleyball is the person with a bachelor's degree. 5. Alice is directly left of the person who loves jazz music. 6. The person with a master's degree is the person who loves swimming. 7. There is one house between the person who loves rock music and the person with a bachelor's degree. 8. Carol is in the second house. 9. The person who loves rock music is somewhere to the left of the person who loves pop music. 10. The person who loves swimming is somewhere to the left of Carol. 11. Eric is directly left of the person who loves hip-hop music. 12. Alice is the person with an associate's degree. 13. Alice is the person who loves classical music. 14. Arnold is the person who loves soccer. 15. The person who loves basketball and the person who loves volleyball are next to each other. 16. Peter is the person who loves tennis. 17. The person with a doctorate is Peter.
{ "header": [ "House", "Name", "FavoriteSport", "MusicGenre", "Education" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735011
lgp-test-6x5-32
6*5
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Carol`, `Peter`, `Bob`, `Alice`, `Arnold` - People have unique favorite sports: `swimming`, `basketball`, `volleyball`, `tennis`, `soccer`, `baseball` - Each person has a unique birthday month: `mar`, `feb`, `may`, `sept`, `april`, `jan` - Everyone has a favorite smoothie: `cherry`, `lime`, `desert`, `watermelon`, `blueberry`, `dragonfruit` - People have unique favorite music genres: `country`, `hip hop`, `jazz`, `rock`, `pop`, `classical` ## Clues: 1. The person whose birthday is in March is not in the fifth house. 2. Peter is not in the sixth house. 3. The person whose birthday is in September is not in the sixth house. 4. The person whose birthday is in March is somewhere to the left of the Desert smoothie lover. 5. The person who loves jazz music is Eric. 6. The person who loves swimming is somewhere to the right of the person who loves basketball. 7. The person who loves swimming is the person who loves jazz music. 8. There is one house between the person whose birthday is in September and the Desert smoothie lover. 9. The Watermelon smoothie lover is the person who loves jazz music. 10. There are two houses between the person whose birthday is in January and the Desert smoothie lover. 11. The person whose birthday is in February and the person who drinks Lime smoothies are next to each other. 12. There is one house between Bob and the person who loves jazz music. 13. The Watermelon smoothie lover is somewhere to the right of the person whose birthday is in April. 14. The person who loves rock music is Carol. 15. The person who loves volleyball is directly left of the Dragonfruit smoothie lover. 16. The person who loves rock music is directly left of the person whose birthday is in March. 17. The Desert smoothie lover is the person who loves soccer. 18. The person whose birthday is in January is the person who loves pop music. 19. There are two houses between the person who drinks Blueberry smoothies and the Desert smoothie lover. 20. The person whose birthday is in January is somewhere to the left of the person whose birthday is in March. 21. The Dragonfruit smoothie lover is directly left of the person who loves baseball. 22. Alice is the person who loves hip-hop music. 23. The person who loves classical music is in the sixth house.
{ "header": [ "House", "Name", "FavoriteSport", "Birthday", "Smoothie", "MusicGenre" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735343
lgp-test-2x6-26
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Everyone has a unique favorite cigar: `prince`, `pall mall` - People own unique car models: `tesla model 3`, `ford f150` - Each person has a unique hobby: `gardening`, `photography` - People have unique favorite sports: `basketball`, `soccer` - The mothers' names in different houses are unique: `Aniya`, `Holly` ## Clues: 1. The person who owns a Tesla Model 3 is The person whose mother's name is Aniya. 2. The person who loves basketball is the Prince smoker. 3. The person who owns a Ford F-150 is somewhere to the right of the photography enthusiast. 4. Eric is the person partial to Pall Mall. 5. The person who owns a Tesla Model 3 and the person partial to Pall Mall are next to each other.
{ "header": [ "House", "Name", "Cigar", "CarModel", "Hobby", "FavoriteSport", "Mother" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730932
lgp-test-5x3-33
5*3
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Eric`, `Bob`, `Arnold`, `Peter` - The people keep unique animals: `horse`, `bird`, `dog`, `cat`, `fish` - Each person has an occupation: `lawyer`, `teacher`, `doctor`, `engineer`, `artist` ## Clues: 1. The dog owner is not in the first house. 2. The bird keeper is somewhere to the right of the person who is an engineer. 3. Arnold is the fish enthusiast. 4. The bird keeper is directly left of the cat lover. 5. The person who is a teacher is not in the second house. 6. The fish enthusiast is the person who is a lawyer. 7. The person who is an engineer is Alice. 8. The fish enthusiast is in the fourth house. 9. The person who is a doctor is Peter. 10. Bob is the person who is a teacher. 11. Peter is somewhere to the right of Arnold.
{ "header": [ "House", "Name", "Animal", "Occupation" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733667
lgp-test-3x5-23
3*5
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric` - Each person has a unique birthday month: `april`, `jan`, `sept` - People have unique favorite book genres: `mystery`, `romance`, `science fiction` - Each person lives in a unique style of house: `ranch`, `victorian`, `colonial` - They all have a unique favorite flower: `carnations`, `daffodils`, `lilies` ## Clues: 1. The person who loves romance books is in the third house. 2. Arnold is the person who loves a carnations arrangement. 3. The person living in a colonial-style house is the person whose birthday is in September. 4. The person who loves a carnations arrangement is in the second house. 5. The person whose birthday is in April is the person in a ranch-style home. 6. The person who loves science fiction books is Arnold. 7. The person in a ranch-style home is the person who loves a carnations arrangement. 8. The person whose birthday is in January is somewhere to the left of Peter. 9. The person whose birthday is in April is somewhere to the left of the person who loves the boquet of lilies.
{ "header": [ "House", "Name", "Birthday", "BookGenre", "HouseStyle", "Flower" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731784
lgp-test-3x6-17
3*6
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Arnold` - Each person has a unique birthday month: `jan`, `april`, `sept` - Each person has a unique type of pet: `cat`, `dog`, `fish` - Everyone has something unique for lunch: `pizza`, `spaghetti`, `grilled cheese` - Each person prefers a unique type of vacation: `beach`, `mountain`, `city` - Everyone has a favorite smoothie: `desert`, `cherry`, `watermelon` ## Clues: 1. The person whose birthday is in January is somewhere to the left of the person who is a pizza lover. 2. The person who owns a dog is in the second house. 3. The person whose birthday is in September is the person who loves the spaghetti eater. 4. The person whose birthday is in January is the person who enjoys mountain retreats. 5. The Watermelon smoothie lover is the person with an aquarium of fish. 6. The person whose birthday is in September is not in the third house. 7. Eric is somewhere to the left of the person who prefers city breaks. 8. The person who has a cat is Peter. 9. The person who loves beach vacations is in the third house. 10. The person who likes Cherry smoothies is the person whose birthday is in April.
{ "header": [ "House", "Name", "Birthday", "Pet", "Food", "Vacation", "Smoothie" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731958
lgp-test-6x4-23
6*4
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Bob`, `Eric`, `Carol` - Everyone has a favorite smoothie: `dragonfruit`, `cherry`, `watermelon`, `lime`, `desert`, `blueberry` - Each person has a unique birthday month: `mar`, `april`, `jan`, `may`, `sept`, `feb` - The people keep unique animals: `cat`, `rabbit`, `horse`, `bird`, `fish`, `dog` ## Clues: 1. The bird keeper is in the third house. 2. The person whose birthday is in May is somewhere to the left of Eric. 3. Eric is the Desert smoothie lover. 4. The rabbit owner is the person whose birthday is in January. 5. The fish enthusiast is directly left of the person who likes Cherry smoothies. 6. The person whose birthday is in September is Peter. 7. There is one house between Peter and the rabbit owner. 8. The person who drinks Lime smoothies is not in the sixth house. 9. The Watermelon smoothie lover is the dog owner. 10. The person whose birthday is in April is somewhere to the right of Carol. 11. The bird keeper is somewhere to the left of the person who keeps horses. 12. The person who drinks Lime smoothies is Alice. 13. The Dragonfruit smoothie lover is directly left of Carol. 14. The person who drinks Blueberry smoothies is the person whose birthday is in February. 15. The person whose birthday is in September is in the third house. 16. Bob is the Dragonfruit smoothie lover. 17. The person who likes Cherry smoothies is somewhere to the left of the person whose birthday is in May. 18. The rabbit owner is the Desert smoothie lover.
{ "header": [ "House", "Name", "Smoothie", "Birthday", "Animal" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735065
lgp-test-3x6-8
3*6
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Peter`, `Eric` - Each person has a unique birthday month: `sept`, `april`, `jan` - People have unique favorite book genres: `mystery`, `science fiction`, `romance` - Everyone has a unique favorite cigar: `prince`, `blue master`, `pall mall` - The people keep unique animals: `bird`, `cat`, `horse` - People own unique car models: `toyota camry`, `ford f150`, `tesla model 3` ## Clues: 1. Arnold is the Prince smoker. 2. Eric is somewhere to the right of the person who loves romance books. 3. The person who keeps horses is the Prince smoker. 4. The person who smokes Blue Master is the person who loves mystery books. 5. The person who owns a Toyota Camry is the person partial to Pall Mall. 6. The person who owns a Tesla Model 3 is the person whose birthday is in September. 7. Peter is the person partial to Pall Mall. 8. The Prince smoker is somewhere to the right of the person who loves mystery books. 9. The person who keeps horses is the person whose birthday is in January. 10. The person who owns a Toyota Camry is the bird keeper.
{ "header": [ "House", "Name", "Birthday", "BookGenre", "Cigar", "Animal", "CarModel" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731912
lgp-test-4x6-8
4*6
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Alice`, `Eric` - The people are of nationalities: `swede`, `norwegian`, `brit`, `dane` - The mothers' names in different houses are unique: `Aniya`, `Holly`, `Kailyn`, `Janelle` - Each person has an occupation: `teacher`, `doctor`, `engineer`, `artist` - Each person has a unique type of pet: `bird`, `dog`, `fish`, `cat` - Each mother is accompanied by their child: `Meredith`, `Bella`, `Samantha`, `Fred` ## Clues: 1. The person with an aquarium of fish is somewhere to the left of The person whose mother's name is Holly. 2. Peter is somewhere to the right of Arnold. 3. The person's child is named Fred and the person who has a cat are next to each other. 4. The Swedish person is The person whose mother's name is Kailyn. 5. Eric is the Swedish person. 6. The Norwegian is somewhere to the left of the person who is an artist. 7. The person who is a teacher is not in the first house. 8. The person's child is named Samantha is the Dane. 9. The person who owns a dog is Peter. 10. The person whose mother's name is Holly is the person who owns a dog. 11. The person whose mother's name is Janelle is somewhere to the right of the person who owns a dog. 12. The person's child is named Meredith is somewhere to the left of the Norwegian. 13. The person's child is named Fred is not in the third house. 14. There is one house between The person whose mother's name is Aniya and the person who is an engineer. 15. The person's child is named Fred and the person who is a teacher are next to each other.
{ "header": [ "House", "Name", "Nationality", "Mother", "Occupation", "Pet", "Children" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733053
lgp-test-3x3-35
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Peter` - People have unique favorite music genres: `pop`, `rock`, `classical` - Each mother is accompanied by their child: `Fred`, `Bella`, `Meredith` ## Clues: 1. The person who loves rock music is not in the third house. 2. Eric is the person's child is named Meredith. 3. Arnold is the person who loves rock music. 4. Peter is in the first house. 5. The person who loves pop music is the person's child is named Fred.
{ "header": [ "House", "Name", "MusicGenre", "Children" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731390
lgp-test-5x4-10
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Peter`, `Alice`, `Bob`, `Eric` - People have unique heights: `very tall`, `average`, `tall`, `very short`, `short` - Each person prefers a unique type of vacation: `beach`, `mountain`, `cruise`, `city`, `camping` - Each person has a unique level of education: `master`, `doctorate`, `associate`, `high school`, `bachelor` ## Clues: 1. The person who is very tall is directly left of the person with an associate's degree. 2. The person who has an average height and the person who enjoys mountain retreats are next to each other. 3. Eric is the person who is short. 4. The person who prefers city breaks is in the fourth house. 5. The person who loves beach vacations is the person who is very tall. 6. The person with a master's degree is Bob. 7. The person who enjoys camping trips is not in the third house. 8. The person who has an average height is not in the second house. 9. The person with a doctorate is directly left of Alice. 10. The person with a master's degree is the person who enjoys camping trips. 11. The person who enjoys camping trips is not in the first house. 12. The person with a doctorate is the person who is tall. 13. The person with a high school diploma is somewhere to the right of the person who has an average height. 14. Arnold is the person with a doctorate.
{ "header": [ "House", "Name", "Height", "Vacation", "Education" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733764
lgp-test-3x3-26
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Peter` - People use unique phone models: `iphone 13`, `google pixel 6`, `samsung galaxy s21` - Each person lives in a unique style of house: `ranch`, `victorian`, `colonial` ## Clues: 1. The person residing in a Victorian house is directly left of Eric. 2. Peter is the person who uses a Google Pixel 6. 3. The person who uses an iPhone 13 is somewhere to the right of the person who uses a Google Pixel 6. 4. Eric is the person living in a colonial-style house. 5. The person who uses a Google Pixel 6 is in the second house.
{ "header": [ "House", "Name", "PhoneModel", "HouseStyle" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731344
lgp-test-5x6-22
5*6
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric`, `Alice`, `Bob` - Each person has a unique level of education: `associate`, `doctorate`, `high school`, `bachelor`, `master` - Each mother is accompanied by their child: `Fred`, `Meredith`, `Bella`, `Timothy`, `Samantha` - Everyone has a unique favorite cigar: `prince`, `pall mall`, `blue master`, `dunhill`, `blends` - The people are of nationalities: `swede`, `brit`, `dane`, `german`, `norwegian` - People have unique favorite book genres: `romance`, `mystery`, `biography`, `science fiction`, `fantasy` ## Clues: 1. The person with a master's degree is the person partial to Pall Mall. 2. The person with a high school diploma is in the fourth house. 3. The person's child is named Samantha is in the first house. 4. The Norwegian and the person with a master's degree are next to each other. 5. The German is the Dunhill smoker. 6. The person who is the mother of Timothy is directly left of the person with a master's degree. 7. Arnold and the Dane are next to each other. 8. The Swedish person is the person who loves mystery books. 9. The Swedish person is Alice. 10. Arnold is the person with an associate's degree. 11. The person with a doctorate is in the second house. 12. Peter is somewhere to the right of the person who loves biography books. 13. The person who smokes many unique blends is Alice. 14. The person who loves fantasy books is in the first house. 15. Peter is the Norwegian. 16. The person with a doctorate is the person's child is named Meredith. 17. The Prince smoker is somewhere to the left of the person who smokes many unique blends. 18. The person partial to Pall Mall is the person's child is named Bella. 19. The person who loves romance books is Bob.
{ "header": [ "House", "Name", "Education", "Children", "Cigar", "Nationality", "BookGenre" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734333
lgp-test-6x5-17
6*5
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Bob`, `Arnold`, `Carol`, `Eric`, `Alice` - Everyone has something unique for lunch: `spaghetti`, `stir fry`, `stew`, `soup`, `grilled cheese`, `pizza` - Everyone has a unique favorite cigar: `blends`, `pall mall`, `dunhill`, `yellow monster`, `prince`, `blue master` - Each person has a unique favorite drink: `boba tea`, `water`, `coffee`, `root beer`, `milk`, `tea` - Each person has a unique level of education: `associate`, `bachelor`, `trade school`, `doctorate`, `high school`, `master` ## Clues: 1. Bob is not in the second house. 2. The person who smokes many unique blends is somewhere to the left of the person who is a pizza lover. 3. The person partial to Pall Mall is somewhere to the right of the Dunhill smoker. 4. The person who loves the soup is not in the first house. 5. The person who likes milk is directly left of the person who loves the stew. 6. The person who loves the soup is the person with a doctorate. 7. The coffee drinker is the person with a high school diploma. 8. There are two houses between the person who loves the spaghetti eater and the person with an associate's degree. 9. The Prince smoker is not in the third house. 10. The Dunhill smoker and Bob are next to each other. 11. There are two houses between Alice and the boba tea drinker. 12. The person with a high school diploma is Eric. 13. The person who attended trade school is the Prince smoker. 14. There is one house between the Dunhill smoker and the person who loves stir fry. 15. The Dunhill smoker is directly left of the person who is a pizza lover. 16. There is one house between the person partial to Pall Mall and the person who smokes Blue Master. 17. The person who smokes Blue Master is the coffee drinker. 18. The person with a bachelor's degree is the Dunhill smoker. 19. Alice is the tea drinker. 20. Arnold is directly left of the root beer lover. 21. The person with a master's degree is Peter. 22. Arnold is somewhere to the left of the person who likes milk.
{ "header": [ "House", "Name", "Food", "Cigar", "Drink", "Education" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735257
lgp-test-4x5-13
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Alice`, `Eric`, `Peter` - People have unique favorite music genres: `pop`, `classical`, `rock`, `jazz` - Each person has a unique type of pet: `fish`, `dog`, `bird`, `cat` - People own unique car models: `tesla model 3`, `toyota camry`, `ford f150`, `honda civic` - Each person has a unique favorite drink: `water`, `milk`, `tea`, `coffee` ## Clues: 1. The one who only drinks water is the person who owns a dog. 2. The one who only drinks water is Eric. 3. The tea drinker is somewhere to the right of the person who loves rock music. 4. The person who likes milk is the person who owns a Tesla Model 3. 5. The person who loves rock music and the person who loves classical music are next to each other. 6. There is one house between the person who likes milk and the person who loves classical music. 7. The person who owns a Honda Civic is Arnold. 8. The person who has a cat and the coffee drinker are next to each other. 9. Alice is not in the second house. 10. The person who loves classical music is not in the second house. 11. The person with an aquarium of fish is the tea drinker. 12. The person who owns a Ford F-150 is somewhere to the right of the person with an aquarium of fish. 13. The person who owns a Toyota Camry is not in the third house. 14. The tea drinker and the person who loves jazz music are next to each other.
{ "header": [ "House", "Name", "MusicGenre", "Pet", "CarModel", "Drink" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732824
lgp-test-2x2-22
2*2
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - People own unique car models: `ford f150`, `tesla model 3` ## Clues: 1. Eric is somewhere to the right of the person who owns a Tesla Model 3.
{ "header": [ "House", "Name", "CarModel" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.730125
lgp-test-4x5-22
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Alice`, `Arnold`, `Eric` - Everyone has something unique for lunch: `pizza`, `stew`, `spaghetti`, `grilled cheese` - Each person lives in a unique style of house: `colonial`, `ranch`, `victorian`, `craftsman` - The people keep unique animals: `cat`, `horse`, `fish`, `bird` - Each mother is accompanied by their child: `Meredith`, `Samantha`, `Fred`, `Bella` ## Clues: 1. The cat lover is not in the third house. 2. There is one house between the person residing in a Victorian house and the person who loves the stew. 3. The person residing in a Victorian house and the bird keeper are next to each other. 4. The person who loves eating grilled cheese is the person in a ranch-style home. 5. The person who loves the spaghetti eater is Peter. 6. Alice is the person in a ranch-style home. 7. The cat lover is Arnold. 8. The person in a Craftsman-style house is the person's child is named Samantha. 9. The person's child is named Bella is directly left of the person who loves the spaghetti eater. 10. The person who is a pizza lover is the person's child is named Fred. 11. The person who loves eating grilled cheese is in the second house. 12. The person's child is named Samantha is somewhere to the right of the fish enthusiast.
{ "header": [ "House", "Name", "Food", "HouseStyle", "Animal", "Children" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732875
lgp-test-2x4-17
2*4
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - The people keep unique animals: `horse`, `cat` - Everyone has a unique favorite cigar: `prince`, `pall mall` - The people are of nationalities: `dane`, `brit` ## Clues: 1. Arnold is the cat lover. 2. The Dane is somewhere to the right of the Prince smoker. 3. Eric is the British person.
{ "header": [ "House", "Name", "Animal", "Cigar", "Nationality" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730505
lgp-test-3x4-15
3*4
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Arnold` - People own unique car models: `toyota camry`, `tesla model 3`, `ford f150` - People have unique favorite book genres: `mystery`, `romance`, `science fiction` - Each person has an occupation: `doctor`, `teacher`, `engineer` ## Clues: 1. The person who loves science fiction books is directly left of the person who is a teacher. 2. Arnold is in the third house. 3. The person who owns a Ford F-150 is the person who is a teacher. 4. The person who is an engineer is the person who owns a Toyota Camry. 5. The person who is an engineer is somewhere to the right of the person who is a teacher. 6. The person who loves mystery books is the person who is a teacher. 7. The person who loves science fiction books is Eric.
{ "header": [ "House", "Name", "CarModel", "BookGenre", "Occupation" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731494
lgp-test-4x3-20
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Eric`, `Arnold`, `Peter` - People have unique favorite sports: `tennis`, `soccer`, `basketball`, `swimming` - People have unique hair colors: `red`, `black`, `brown`, `blonde` ## Clues: 1. Peter and the person who has blonde hair are next to each other. 2. The person who has black hair is not in the second house. 3. The person who loves soccer is somewhere to the right of the person who has brown hair. 4. Eric is in the second house. 5. The person who loves tennis is the person who has blonde hair. 6. The person who has brown hair is the person who loves basketball. 7. Arnold is somewhere to the right of the person who has black hair. 8. The person who has brown hair is directly left of the person who has black hair.
{ "header": [ "House", "Name", "FavoriteSport", "HairColor" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732412
lgp-test-2x6-37
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - People have unique favorite sports: `soccer`, `basketball` - People have unique heights: `short`, `very short` - Each person has a unique type of pet: `dog`, `cat` - People own unique car models: `tesla model 3`, `ford f150` - Each person lives in a unique style of house: `colonial`, `victorian` ## Clues: 1. The person who is very short is in the second house. 2. The person living in a colonial-style house is the person who owns a Tesla Model 3. 3. Eric is in the second house. 4. The person who loves soccer is in the first house. 5. The person who has a cat is not in the second house. 6. Arnold is the person who owns a Ford F-150.
{ "header": [ "House", "Name", "FavoriteSport", "Height", "Pet", "CarModel", "HouseStyle" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730985
lgp-test-5x4-27
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Alice`, `Eric`, `Bob`, `Arnold` - Each person has a unique birthday month: `april`, `feb`, `mar`, `jan`, `sept` - Everyone has a unique favorite cigar: `pall mall`, `prince`, `dunhill`, `blends`, `blue master` - Each person has a unique favorite drink: `water`, `coffee`, `tea`, `milk`, `root beer` ## Clues: 1. The root beer lover is Eric. 2. The person partial to Pall Mall is in the third house. 3. The person whose birthday is in April is Bob. 4. The Dunhill smoker is the person whose birthday is in March. 5. Peter is somewhere to the right of the root beer lover. 6. There is one house between the person whose birthday is in January and Peter. 7. The person who smokes many unique blends is the person whose birthday is in February. 8. The person whose birthday is in February is in the second house. 9. Arnold is directly left of Peter. 10. The person who likes milk is not in the fifth house. 11. The person who smokes Blue Master is the coffee drinker. 12. There is one house between the tea drinker and the coffee drinker. 13. Eric is in the third house.
{ "header": [ "House", "Name", "Birthday", "Cigar", "Drink" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733863
lgp-test-3x3-21
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Arnold` - People have unique favorite book genres: `romance`, `science fiction`, `mystery` - Everyone has something unique for lunch: `grilled cheese`, `spaghetti`, `pizza` ## Clues: 1. Eric is directly left of the person who loves the spaghetti eater. 2. The person who loves science fiction books is in the third house. 3. The person who loves mystery books is somewhere to the right of Eric. 4. There is one house between the person who is a pizza lover and Peter.
{ "header": [ "House", "Name", "BookGenre", "Food" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731321
lgp-test-3x4-30
3*4
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Arnold` - Each person has a unique level of education: `bachelor`, `high school`, `associate` - Everyone has a unique favorite cigar: `prince`, `pall mall`, `blue master` - Each person has a favorite color: `yellow`, `white`, `red` ## Clues: 1. The Prince smoker is Arnold. 2. The person who loves yellow is Eric. 3. The person with an associate's degree is directly left of the person who smokes Blue Master. 4. The person with an associate's degree is the person partial to Pall Mall. 5. The person partial to Pall Mall is somewhere to the left of Arnold. 6. The person whose favorite color is red is in the first house. 7. The person with a high school diploma is the person who smokes Blue Master.
{ "header": [ "House", "Name", "Education", "Cigar", "Color" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731583
lgp-test-6x6-19
6*6
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Carol`, `Arnold`, `Bob`, `Alice`, `Eric`, `Peter` - They all have a unique favorite flower: `carnations`, `tulips`, `lilies`, `roses`, `daffodils`, `iris` - People have unique favorite book genres: `science fiction`, `fantasy`, `romance`, `mystery`, `biography`, `historical fiction` - People use unique phone models: `huawei p50`, `oneplus 9`, `iphone 13`, `xiaomi mi 11`, `samsung galaxy s21`, `google pixel 6` - People have unique hair colors: `black`, `gray`, `red`, `auburn`, `blonde`, `brown` - Each person has a favorite color: `yellow`, `green`, `red`, `white`, `blue`, `purple` ## Clues: 1. There is one house between the person who has gray hair and the person who uses an iPhone 13. 2. The person who loves the rose bouquet is the person who has blonde hair. 3. There is one house between the person who has gray hair and the person who loves yellow. 4. Carol is somewhere to the right of the person who loves a bouquet of daffodils. 5. The person who loves white is somewhere to the left of Peter. 6. The person who loves white is somewhere to the left of the person who loves science fiction books. 7. Arnold is directly left of the person who loves historical fiction books. 8. The person who uses a Huawei P50 is the person who loves a bouquet of daffodils. 9. The person who loves purple is somewhere to the left of the person who loves fantasy books. 10. Eric is the person who loves science fiction books. 11. The person who loves a bouquet of daffodils is the person who has auburn hair. 12. Alice is the person whose favorite color is green. 13. The person who loves fantasy books is in the second house. 14. The person who uses a Samsung Galaxy S21 is Carol. 15. The person who uses a Xiaomi Mi 11 is not in the fourth house. 16. Eric is the person who has auburn hair. 17. The person who loves the rose bouquet is somewhere to the left of the person who has red hair. 18. The person who loves historical fiction books is the person who loves the rose bouquet. 19. The person who uses a Xiaomi Mi 11 is somewhere to the right of the person who loves white. 20. The person who has black hair is in the fourth house. 21. The person whose favorite color is red is the person who loves mystery books. 22. The person who loves historical fiction books and the person who loves the vase of tulips are next to each other. 23. The person who has brown hair is the person who uses a OnePlus 9. 24. The person who loves romance books is somewhere to the left of the person who loves fantasy books. 25. The person who loves the boquet of lilies is in the second house. 26. The person who loves the boquet of iris is somewhere to the right of the person whose favorite color is green.
{ "header": [ "House", "Name", "Flower", "BookGenre", "PhoneModel", "HairColor", "Color" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735540
lgp-test-2x6-0
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - They all have a unique favorite flower: `carnations`, `daffodils` - Each person prefers a unique type of vacation: `mountain`, `beach` - People have unique favorite book genres: `science fiction`, `mystery` - Everyone has a favorite smoothie: `cherry`, `desert` - Everyone has a unique favorite cigar: `prince`, `pall mall` ## Clues: 1. The person who enjoys mountain retreats is not in the first house. 2. The person who loves beach vacations is the Desert smoothie lover. 3. Eric is somewhere to the right of the person who loves a bouquet of daffodils. 4. The person who loves science fiction books is the Prince smoker. 5. The person who loves mystery books is in the first house.
{ "header": [ "House", "Name", "Flower", "Vacation", "BookGenre", "Smoothie", "Cigar" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730806
lgp-test-4x2-2
4*2
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Peter`, `Eric`, `Alice` - Each person lives in a unique style of house: `victorian`, `ranch`, `colonial`, `craftsman` ## Clues: 1. Eric is the person in a Craftsman-style house. 2. The person in a ranch-style home is directly left of the person residing in a Victorian house. 3. Eric is in the third house. 4. Arnold is in the fourth house. 5. The person residing in a Victorian house is Alice.
{ "header": [ "House", "Name", "HouseStyle" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.732093
lgp-test-4x5-19
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Alice`, `Peter`, `Eric` - Everyone has something unique for lunch: `grilled cheese`, `stew`, `pizza`, `spaghetti` - People have unique hair colors: `blonde`, `black`, `red`, `brown` - Each person has a favorite color: `red`, `white`, `yellow`, `green` - The mothers' names in different houses are unique: `Holly`, `Aniya`, `Janelle`, `Kailyn` ## Clues: 1. Alice is the person whose favorite color is red. 2. The person who has black hair is the person who loves the stew. 3. The person who loves white is Arnold. 4. The person whose favorite color is red and The person whose mother's name is Kailyn are next to each other. 5. The person who loves yellow and the person who has black hair are next to each other. 6. The person who is a pizza lover is somewhere to the left of the person whose favorite color is green. 7. Peter is The person whose mother's name is Janelle. 8. The person who has blonde hair is the person who loves white. 9. The person who has red hair is Alice. 10. The person who loves white is somewhere to the right of the person who loves eating grilled cheese. 11. The person who loves white is not in the second house. 12. The person whose mother's name is Kailyn is the person who is a pizza lover. 13. The person whose mother's name is Holly is the person who has red hair.
{ "header": [ "House", "Name", "Food", "HairColor", "Color", "Mother" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732858
lgp-test-2x6-16
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Each person has a unique level of education: `high school`, `associate` - People have unique heights: `short`, `very short` - Each person lives in a unique style of house: `victorian`, `colonial` - Each person has a favorite color: `yellow`, `red` - People have unique favorite sports: `soccer`, `basketball` ## Clues: 1. The person who loves yellow is not in the second house. 2. The person residing in a Victorian house is the person with a high school diploma. 3. The person with an associate's degree is directly left of the person with a high school diploma. 4. The person living in a colonial-style house is the person who loves soccer. 5. Eric is the person who is short. 6. The person who is very short is the person whose favorite color is red.
{ "header": [ "House", "Name", "Education", "Height", "HouseStyle", "Color", "FavoriteSport" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730883
lgp-test-5x5-6
5*5
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Bob`, `Peter`, `Arnold`, `Eric` - People have unique hair colors: `black`, `red`, `brown`, `gray`, `blonde` - Each person has a unique level of education: `bachelor`, `associate`, `high school`, `master`, `doctorate` - Each mother is accompanied by their child: `Bella`, `Timothy`, `Samantha`, `Meredith`, `Fred` - The people keep unique animals: `horse`, `cat`, `fish`, `bird`, `dog` ## Clues: 1. The person who has red hair is directly left of the bird keeper. 2. Peter is the person with a doctorate. 3. The fish enthusiast is somewhere to the right of the person who has brown hair. 4. The cat lover is the person with a bachelor's degree. 5. The person's child is named Samantha is somewhere to the right of the person who has black hair. 6. The fish enthusiast is the person's child is named Bella. 7. Arnold and the person with an associate's degree are next to each other. 8. The person who keeps horses is the person who is the mother of Timothy. 9. The person who has brown hair is somewhere to the right of Bob. 10. The person who has blonde hair is the bird keeper. 11. The person with a master's degree is the fish enthusiast. 12. The person with a high school diploma is the person's child is named Fred. 13. The person with a high school diploma is Eric. 14. The person with a bachelor's degree is the person who has red hair. 15. The person who has gray hair is the person with an associate's degree.
{ "header": [ "House", "Name", "HairColor", "Education", "Children", "Animal" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733981
lgp-test-5x6-33
5*6
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Bob`, `Alice`, `Eric`, `Peter` - People use unique phone models: `huawei p50`, `iphone 13`, `samsung galaxy s21`, `google pixel 6`, `oneplus 9` - People have unique hair colors: `red`, `brown`, `gray`, `blonde`, `black` - Everyone has a favorite smoothie: `dragonfruit`, `watermelon`, `cherry`, `desert`, `lime` - Each person has a unique hobby: `knitting`, `photography`, `gardening`, `painting`, `cooking` - They all have a unique favorite flower: `daffodils`, `tulips`, `roses`, `carnations`, `lilies` ## Clues: 1. Bob is the person who loves the vase of tulips. 2. The person who has red hair is Bob. 3. The person who loves a bouquet of daffodils is the person who uses a Google Pixel 6. 4. The person who likes Cherry smoothies is the person who enjoys gardening. 5. The person who uses a Google Pixel 6 is somewhere to the right of the person who loves a carnations arrangement. 6. The person who has brown hair and the person who loves a carnations arrangement are next to each other. 7. The person who paints as a hobby is somewhere to the left of the person who loves cooking. 8. The person who uses an iPhone 13 is somewhere to the left of the person who loves a carnations arrangement. 9. The person who has brown hair is somewhere to the right of the person who uses a OnePlus 9. 10. The person who paints as a hobby is Peter. 11. Eric is directly left of the person who uses an iPhone 13. 12. The person who uses a OnePlus 9 is directly left of the person who uses a Samsung Galaxy S21. 13. Arnold is the person who drinks Lime smoothies. 14. The person who has red hair is the person who enjoys gardening. 15. The Dragonfruit smoothie lover and the Desert smoothie lover are next to each other. 16. The person who has brown hair is directly left of the Desert smoothie lover. 17. The person who loves the boquet of lilies is directly left of the person who loves a carnations arrangement. 18. The person who drinks Lime smoothies is the person who has black hair. 19. The person who uses a Huawei P50 is the person who has gray hair. 20. The person who drinks Lime smoothies is the photography enthusiast.
{ "header": [ "House", "Name", "PhoneModel", "HairColor", "Smoothie", "Hobby", "Flower" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734399
lgp-test-6x2-18
6*2
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Eric`, `Alice`, `Carol`, `Peter`, `Arnold` - Each person prefers a unique type of vacation: `city`, `cultural`, `beach`, `camping`, `mountain`, `cruise` ## Clues: 1. The person who prefers city breaks is Arnold. 2. The person who enjoys camping trips is Carol. 3. Bob is not in the sixth house. 4. Eric is the person who enjoys mountain retreats. 5. Alice and Carol are next to each other. 6. Peter is not in the third house. 7. Alice is the person who likes going on cruises. 8. The person who goes on cultural tours is Peter. 9. The person who prefers city breaks is in the fourth house. 10. Peter and Alice are next to each other.
{ "header": [ "House", "Name", "Vacation" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.734568
lgp-test-5x6-18
5*6
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Bob`, `Arnold`, `Alice`, `Peter` - People own unique car models: `bmw 3 series`, `toyota camry`, `honda civic`, `tesla model 3`, `ford f150` - People use unique phone models: `google pixel 6`, `huawei p50`, `oneplus 9`, `iphone 13`, `samsung galaxy s21` - Each person has a unique hobby: `painting`, `gardening`, `knitting`, `photography`, `cooking` - Each person has an occupation: `lawyer`, `artist`, `teacher`, `engineer`, `doctor` - Each person has a favorite color: `white`, `blue`, `green`, `red`, `yellow` ## Clues: 1. The person who owns a Ford F-150 is directly left of the person who is a teacher. 2. The photography enthusiast is Arnold. 3. The person who uses a Huawei P50 is Eric. 4. The person who enjoys gardening is somewhere to the right of the person who loves blue. 5. The person who enjoys knitting is the person who loves white. 6. The person who owns a Ford F-150 is the person whose favorite color is red. 7. There is one house between the person who owns a BMW 3 Series and the person who loves yellow. 8. The person who is an artist is the person who uses a OnePlus 9. 9. The person who is a doctor is Arnold. 10. The person who enjoys gardening is the person who uses a Huawei P50. 11. There is one house between the person who loves blue and the person who loves yellow. 12. The person who owns a BMW 3 Series and the person who uses a Google Pixel 6 are next to each other. 13. The person who uses a Google Pixel 6 is directly left of the person who owns a Honda Civic. 14. Peter is the person who is an engineer. 15. The person who uses a Samsung Galaxy S21 is the person who owns a Toyota Camry. 16. The person who owns a Honda Civic is Alice. 17. The person who owns a Tesla Model 3 is the person who paints as a hobby.
{ "header": [ "House", "Name", "CarModel", "PhoneModel", "Hobby", "Occupation", "Color" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734310
lgp-test-5x5-36
5*5
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Bob`, `Eric`, `Arnold` - Each person has a unique type of pet: `hamster`, `bird`, `fish`, `cat`, `dog` - Each person has an occupation: `doctor`, `engineer`, `lawyer`, `artist`, `teacher` - Each person lives in a unique style of house: `colonial`, `modern`, `ranch`, `craftsman`, `victorian` - Each person has a unique level of education: `high school`, `bachelor`, `master`, `doctorate`, `associate` ## Clues: 1. There are two houses between the person with a master's degree and the person in a modern-style house. 2. The person with an aquarium of fish is the person who is an artist. 3. The person who has a cat is the person who is an engineer. 4. The person with a bachelor's degree is the person with an aquarium of fish. 5. The person who has a cat is somewhere to the right of the person with an associate's degree. 6. The person with a master's degree is the person who is a lawyer. 7. The person who is a teacher is somewhere to the right of the person who keeps a pet bird. 8. The person with an associate's degree is the person living in a colonial-style house. 9. Peter is the person in a Craftsman-style house. 10. The person residing in a Victorian house is in the second house. 11. The person who is a teacher is Bob. 12. The person with an associate's degree is in the fourth house. 13. The person with a bachelor's degree is somewhere to the right of the person with a high school diploma. 14. There is one house between the person who owns a dog and the person in a ranch-style home. 15. Bob is somewhere to the right of Alice. 16. Eric is the person with a bachelor's degree.
{ "header": [ "House", "Name", "Pet", "Occupation", "HouseStyle", "Education" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734180
lgp-test-3x4-17
3*4
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Peter` - Each person has a unique level of education: `high school`, `associate`, `bachelor` - People have unique favorite sports: `soccer`, `tennis`, `basketball` - Each person lives in a unique style of house: `ranch`, `colonial`, `victorian` ## Clues: 1. Peter is somewhere to the left of the person living in a colonial-style house. 2. The person in a ranch-style home is Arnold. 3. The person with an associate's degree is in the second house. 4. The person who loves soccer is in the first house. 5. The person who loves basketball is not in the third house. 6. Peter is somewhere to the right of Arnold. 7. Arnold is somewhere to the left of the person with a bachelor's degree.
{ "header": [ "House", "Name", "Education", "FavoriteSport", "HouseStyle" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731504
lgp-test-2x4-11
2*4
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Each person has a unique hobby: `gardening`, `photography` - Each person has a unique type of pet: `cat`, `dog` - People have unique heights: `short`, `very short` ## Clues: 1. The person who is very short is the photography enthusiast. 2. Eric is the person who is very short. 3. The person who has a cat is somewhere to the right of the person who is very short.
{ "header": [ "House", "Name", "Hobby", "Pet", "Height" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730475
lgp-test-6x5-9
6*5
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Bob`, `Carol`, `Alice`, `Eric` - People have unique heights: `very tall`, `very short`, `super tall`, `average`, `tall`, `short` - Everyone has a favorite smoothie: `watermelon`, `cherry`, `blueberry`, `desert`, `dragonfruit`, `lime` - Everyone has a unique favorite cigar: `prince`, `blue master`, `yellow monster`, `dunhill`, `blends`, `pall mall` - Each person prefers a unique type of vacation: `camping`, `city`, `beach`, `cultural`, `mountain`, `cruise` ## Clues: 1. The person who is very short is directly left of the person who drinks Lime smoothies. 2. The person who smokes Yellow Monster is directly left of the person who drinks Lime smoothies. 3. The person who is short and the person who goes on cultural tours are next to each other. 4. The person who smokes many unique blends is the person who loves beach vacations. 5. There are two houses between the person who smokes Blue Master and the person who drinks Blueberry smoothies. 6. The Prince smoker is not in the fourth house. 7. The person who is tall is not in the first house. 8. The person who smokes Yellow Monster is the person who enjoys mountain retreats. 9. The person who is very tall is Alice. 10. The person who likes Cherry smoothies is the person who smokes Blue Master. 11. Bob is in the first house. 12. The person who smokes many unique blends is Alice. 13. The person who goes on cultural tours is the person partial to Pall Mall. 14. Eric is the person who drinks Blueberry smoothies. 15. The person who prefers city breaks is not in the sixth house. 16. The Prince smoker is the person who prefers city breaks. 17. The person who enjoys camping trips is somewhere to the left of Carol. 18. The person who has an average height is the person who prefers city breaks. 19. The Desert smoothie lover is in the fifth house. 20. The Watermelon smoothie lover is Arnold. 21. The person who is very tall is the person who drinks Lime smoothies. 22. Carol is the Dunhill smoker.
{ "header": [ "House", "Name", "Height", "Smoothie", "Cigar", "Vacation" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735211
lgp-test-4x3-9
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Eric` - Each person has a unique favorite drink: `water`, `coffee`, `tea`, `milk` - Each person has a unique level of education: `high school`, `associate`, `bachelor`, `master` ## Clues: 1. The coffee drinker is in the first house. 2. Arnold is in the first house. 3. Eric is in the second house. 4. The person with an associate's degree is Peter. 5. The person with a bachelor's degree is the person who likes milk. 6. The one who only drinks water is in the fourth house. 7. Eric is the person with a master's degree.
{ "header": [ "House", "Name", "Drink", "Education" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732353
lgp-test-5x3-5
5*3
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Alice`, `Bob`, `Arnold` - The people keep unique animals: `cat`, `horse`, `fish`, `dog`, `bird` - The mothers' names in different houses are unique: `Penny`, `Holly`, `Janelle`, `Kailyn`, `Aniya` ## Clues: 1. The person whose mother's name is Janelle and The person whose mother's name is Penny are next to each other. 2. There are two houses between the fish enthusiast and The person whose mother's name is Kailyn. 3. There are two houses between Peter and Bob. 4. The bird keeper is in the second house. 5. The person who keeps horses is directly left of the dog owner. 6. The fish enthusiast and Peter are next to each other. 7. The bird keeper is somewhere to the right of Alice. 8. The person whose mother's name is Aniya is somewhere to the left of The person whose mother's name is Penny. 9. The person whose mother's name is Janelle is in the second house. 10. Arnold is directly left of the person who keeps horses.
{ "header": [ "House", "Name", "Animal", "Mother" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733508
lgp-test-2x2-14
2*2
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Everyone has something unique for lunch: `pizza`, `grilled cheese` ## Clues: 1. The person who is a pizza lover is in the second house. 2. Arnold is not in the first house.
{ "header": [ "House", "Name", "Food" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.730088
lgp-test-4x4-0
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Alice`, `Eric`, `Peter` - Each person has a unique level of education: `master`, `bachelor`, `high school`, `associate` - People have unique heights: `short`, `average`, `tall`, `very short` - Each person has a unique favorite drink: `water`, `coffee`, `tea`, `milk` ## Clues: 1. The person who likes milk is somewhere to the left of the person with a bachelor's degree. 2. The person who likes milk and the person with a bachelor's degree are next to each other. 3. Alice is the person who is tall. 4. Peter is not in the second house. 5. Arnold is in the first house. 6. The person who has an average height is not in the second house. 7. Arnold is directly left of the person with a master's degree. 8. The coffee drinker is the person who is short. 9. There is one house between the person with a master's degree and the person with a high school diploma. 10. The one who only drinks water is directly left of Alice. 11. The person who is short is somewhere to the left of the person who is tall.
{ "header": [ "House", "Name", "Education", "Height", "Drink" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732516
lgp-test-6x6-36
6*6
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Bob`, `Peter`, `Alice`, `Carol` - People have unique heights: `very tall`, `tall`, `average`, `short`, `super tall`, `very short` - Each person has a unique birthday month: `sept`, `may`, `jan`, `april`, `feb`, `mar` - People have unique hair colors: `blonde`, `red`, `black`, `auburn`, `gray`, `brown` - People have unique favorite book genres: `science fiction`, `romance`, `biography`, `mystery`, `fantasy`, `historical fiction` - Each person has a unique type of pet: `bird`, `hamster`, `fish`, `dog`, `cat`, `rabbit` ## Clues: 1. The person with an aquarium of fish is the person who loves mystery books. 2. The person who has black hair is the person who owns a dog. 3. The person who has gray hair is the person who loves science fiction books. 4. The person who loves historical fiction books is somewhere to the left of the person who has black hair. 5. The person who loves historical fiction books is directly left of the person who owns a rabbit. 6. The person whose birthday is in February is the person who owns a dog. 7. Bob is the person who keeps a pet bird. 8. The person who keeps a pet bird is the person who loves romance books. 9. Alice is directly left of the person who loves fantasy books. 10. The person who owns a rabbit is directly left of the person who is very short. 11. The person who is short is somewhere to the left of the person who is super tall. 12. The person who has an average height is in the sixth house. 13. The person who has red hair is not in the first house. 14. The person who is very tall is somewhere to the right of the person who is super tall. 15. There are two houses between the person who loves romance books and Eric. 16. The person with an aquarium of fish is in the sixth house. 17. The person who has blonde hair is the person who loves historical fiction books. 18. The person who is tall is somewhere to the right of the person whose birthday is in February. 19. The person who has auburn hair is Carol. 20. The person with an aquarium of fish is the person whose birthday is in March. 21. The person who loves science fiction books is directly left of the person with an aquarium of fish. 22. The person whose birthday is in September is not in the first house. 23. The person who loves biography books is directly left of the person who has a cat. 24. The person whose birthday is in January is the person who loves science fiction books. 25. Arnold is the person whose birthday is in May.
{ "header": [ "House", "Name", "Height", "Birthday", "HairColor", "BookGenre", "Pet" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.735647
lgp-test-6x3-28
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Carol`, `Peter`, `Bob`, `Eric`, `Arnold`, `Alice` - Each person prefers a unique type of vacation: `camping`, `cruise`, `beach`, `city`, `cultural`, `mountain` - People have unique favorite sports: `volleyball`, `baseball`, `basketball`, `swimming`, `soccer`, `tennis` ## Clues: 1. The person who loves tennis and Peter are next to each other. 2. Bob is in the second house. 3. There is one house between the person who prefers city breaks and the person who loves tennis. 4. Peter is somewhere to the left of Alice. 5. Carol is the person who loves basketball. 6. The person who loves swimming is the person who likes going on cruises. 7. The person who loves tennis and the person who loves beach vacations are next to each other. 8. The person who loves swimming is Bob. 9. The person who loves volleyball is the person who enjoys camping trips. 10. Eric is in the first house. 11. Arnold is somewhere to the left of the person who enjoys mountain retreats. 12. Eric is the person who loves soccer. 13. The person who prefers city breaks is in the first house. 14. The person who enjoys camping trips is not in the sixth house.
{ "header": [ "House", "Name", "Vacation", "FavoriteSport" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.734844
lgp-test-4x2-31
4*2
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Eric` - Everyone has something unique for lunch: `spaghetti`, `pizza`, `grilled cheese`, `stew` ## Clues: 1. The person who loves the spaghetti eater is not in the fourth house. 2. Eric is directly left of the person who loves the stew. 3. Eric is the person who is a pizza lover. 4. The person who loves eating grilled cheese is not in the second house. 5. Arnold is the person who loves the stew. 6. There is one house between Eric and the person who loves the spaghetti eater. 7. Peter is not in the third house.
{ "header": [ "House", "Name", "Food" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.732236
lgp-test-5x4-15
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Eric`, `Peter`, `Arnold`, `Bob` - Each person lives in a unique style of house: `craftsman`, `modern`, `victorian`, `ranch`, `colonial` - Each person has a unique type of pet: `cat`, `bird`, `dog`, `hamster`, `fish` - Each person has a unique favorite drink: `coffee`, `milk`, `tea`, `water`, `root beer` ## Clues: 1. The person who has a cat is in the third house. 2. The person with an aquarium of fish is Arnold. 3. The root beer lover is in the fourth house. 4. There is one house between the person in a Craftsman-style house and the person residing in a Victorian house. 5. The person who has a cat is Bob. 6. Peter is the person with a pet hamster. 7. The person in a modern-style house is the person who has a cat. 8. The coffee drinker is not in the fifth house. 9. The one who only drinks water is the person who owns a dog. 10. The person living in a colonial-style house and the person with an aquarium of fish are next to each other. 11. The person with an aquarium of fish is the person in a Craftsman-style house. 12. The tea drinker is in the third house. 13. The person residing in a Victorian house is somewhere to the right of Alice. 14. The person in a ranch-style home is somewhere to the right of Eric.
{ "header": [ "House", "Name", "HouseStyle", "Pet", "Drink" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733793
lgp-test-4x4-22
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Alice`, `Peter`, `Arnold` - Each person prefers a unique type of vacation: `mountain`, `cruise`, `beach`, `city` - Each person has a unique birthday month: `jan`, `feb`, `sept`, `april` - The people are of nationalities: `swede`, `dane`, `brit`, `norwegian` ## Clues: 1. The person who enjoys mountain retreats is Alice. 2. The Norwegian is somewhere to the left of the person whose birthday is in September. 3. The person who prefers city breaks is the British person. 4. Alice and Eric are next to each other. 5. The person who likes going on cruises is not in the fourth house. 6. Alice is somewhere to the left of the person whose birthday is in January. 7. The person who enjoys mountain retreats is the Norwegian. 8. Alice is directly left of the Swedish person. 9. Eric is in the third house. 10. The person whose birthday is in April is Peter. 11. The Dane is the person whose birthday is in September.
{ "header": [ "House", "Name", "Vacation", "Birthday", "Nationality" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732643
lgp-test-3x3-20
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Arnold` - Each person has a unique hobby: `gardening`, `photography`, `cooking` - Each person has a unique type of pet: `dog`, `fish`, `cat` ## Clues: 1. The person who owns a dog is in the first house. 2. The person who loves cooking is in the second house. 3. Eric is the person who has a cat. 4. Arnold is the person who enjoys gardening. 5. The person who enjoys gardening is in the third house.
{ "header": [ "House", "Name", "Hobby", "Pet" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731316
lgp-test-3x5-8
3*5
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric` - The people are of nationalities: `brit`, `swede`, `dane` - Each person has a unique level of education: `high school`, `associate`, `bachelor` - Everyone has something unique for lunch: `pizza`, `spaghetti`, `grilled cheese` - Each person lives in a unique style of house: `colonial`, `ranch`, `victorian` ## Clues: 1. The person who is a pizza lover is Eric. 2. The person with a bachelor's degree is directly left of the Swedish person. 3. The person who is a pizza lover is in the first house. 4. The person with a bachelor's degree is the person who loves eating grilled cheese. 5. The person living in a colonial-style house and the person who loves eating grilled cheese are next to each other. 6. Arnold is the person who loves eating grilled cheese. 7. The British person is the person with a high school diploma. 8. The person with a bachelor's degree is directly left of the person residing in a Victorian house.
{ "header": [ "House", "Name", "Nationality", "Education", "Food", "HouseStyle" ], "rows": [ [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.731677
lgp-test-2x6-19
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Everyone has something unique for lunch: `pizza`, `grilled cheese` - People have unique hair colors: `brown`, `black` - Each mother is accompanied by their child: `Bella`, `Fred` - Each person has a unique level of education: `high school`, `associate` - The people keep unique animals: `horse`, `cat` ## Clues: 1. The person who keeps horses is not in the second house. 2. The person with an associate's degree is the person's child is named Fred. 3. The person with a high school diploma is Eric. 4. The person who loves eating grilled cheese is Eric. 5. Arnold and the person who has black hair are next to each other. 6. Eric is not in the first house.
{ "header": [ "House", "Name", "Food", "HairColor", "Children", "Education", "Animal" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.730898
lgp-test-4x6-4
4*6
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Peter` - People have unique favorite sports: `swimming`, `soccer`, `tennis`, `basketball` - Each person has a unique type of pet: `bird`, `fish`, `cat`, `dog` - Everyone has a favorite smoothie: `dragonfruit`, `desert`, `watermelon`, `cherry` - People have unique hair colors: `brown`, `black`, `blonde`, `red` - Each person has a unique birthday month: `jan`, `feb`, `sept`, `april` ## Clues: 1. The person whose birthday is in September is the person who likes Cherry smoothies. 2. The person whose birthday is in February is not in the first house. 3. The Desert smoothie lover is the person who loves basketball. 4. Peter is the person who has black hair. 5. The person who loves tennis is somewhere to the right of the person who has a cat. 6. The person with an aquarium of fish is not in the fourth house. 7. Arnold is directly left of the person who has blonde hair. 8. There is one house between the person who has red hair and the person whose birthday is in January. 9. The person whose birthday is in September is directly left of the person who loves soccer. 10. Peter is directly left of the person who loves basketball. 11. The person who has blonde hair is the person whose birthday is in September. 12. Arnold is the person who keeps a pet bird. 13. The person whose birthday is in January is the Watermelon smoothie lover. 14. The person who has blonde hair is Eric.
{ "header": [ "House", "Name", "FavoriteSport", "Pet", "Smoothie", "HairColor", "Birthday" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.733030
lgp-test-3x6-35
3*6
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Peter` - Each person prefers a unique type of vacation: `mountain`, `city`, `beach` - People have unique heights: `very short`, `average`, `short` - They all have a unique favorite flower: `carnations`, `daffodils`, `lilies` - People have unique hair colors: `brown`, `black`, `blonde` - Each person has a unique level of education: `associate`, `bachelor`, `high school` ## Clues: 1. Peter is the person who has an average height. 2. The person who loves a bouquet of daffodils is Arnold. 3. The person who is very short is not in the second house. 4. The person who loves beach vacations is in the first house. 5. The person with a high school diploma is in the third house. 6. The person who is short is somewhere to the right of the person who is very short. 7. The person who loves the boquet of lilies is Eric. 8. The person who loves the boquet of lilies is the person with a bachelor's degree. 9. The person who prefers city breaks is somewhere to the right of Peter. 10. The person who has blonde hair is in the third house. 11. The person who loves beach vacations is the person who has brown hair.
{ "header": [ "House", "Name", "Vacation", "Height", "Flower", "HairColor", "Education" ], "rows": [ [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732056
lgp-test-4x4-15
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Alice`, `Arnold` - People have unique favorite sports: `swimming`, `tennis`, `basketball`, `soccer` - Each person prefers a unique type of vacation: `cruise`, `beach`, `mountain`, `city` - Everyone has something unique for lunch: `grilled cheese`, `spaghetti`, `stew`, `pizza` ## Clues: 1. The person who loves the spaghetti eater is somewhere to the left of the person who likes going on cruises. 2. The person who loves the stew is directly left of the person who loves eating grilled cheese. 3. The person who is a pizza lover is in the fourth house. 4. Peter is somewhere to the left of the person who enjoys mountain retreats. 5. The person who likes going on cruises is in the third house. 6. Arnold is the person who loves soccer. 7. The person who loves basketball is not in the first house. 8. There are two houses between the person who prefers city breaks and Eric. 9. The person who loves tennis is the person who likes going on cruises. 10. Alice is in the first house.
{ "header": [ "House", "Name", "FavoriteSport", "Vacation", "Food" ], "rows": [ [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ], [ "___", "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732602
lgp-test-2x2-35
2*2
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Everyone has something unique for lunch: `grilled cheese`, `pizza` ## Clues: 1. Arnold is the person who is a pizza lover. 2. The person who loves eating grilled cheese is not in the second house.
{ "header": [ "House", "Name", "Food" ], "rows": [ [ "___", "___", "___" ], [ "___", "___", "___" ] ] }
2024-07-11T01:22:10.730181
lgp-test-4x3-2
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Alice`, `Peter`, `Eric` - People have unique heights: `short`, `average`, `tall`, `very short` - People own unique car models: `honda civic`, `tesla model 3`, `toyota camry`, `ford f150` ## Clues: 1. The person who is very short is in the fourth house. 2. The person who owns a Toyota Camry is not in the second house. 3. The person who is very short is Arnold. 4. The person who owns a Toyota Camry is Peter. 5. The person who has an average height is not in the second house. 6. The person who is short is in the third house. 7. The person who is short is Eric. 8. The person who owns a Ford F-150 is not in the fourth house. 9. There is one house between the person who owns a Toyota Camry and the person who owns a Tesla Model 3.
{ "header": [ "House", "Name", "Height", "CarModel" ], "rows": [ [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ], [ "___", "___", "___", "___" ] ] }
2024-07-11T01:22:10.732289