Skip to content

zoombiniClone/Chez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chez

Guess their menu

[] : menu name () : food name n..m : number range

확실한 단서만 주는 규칙 -> superset 확실한 단서를 주는 규칙 -> set

여기서 확실한 단서란 제공된 단서의 경우의 수가 하나로 고정되는 경우를 뜻함

고정, 제거, 또 뭐가 있을까요

일단 확실한 것들 전부 적어놓으면 남는 게 생길테니 그 때 다시 생각해봅시다

관계를 나타내는 규칙들도 따로 명시해주시면 될 것 같아요 => relation 이런 규칙들이 set 특징을 가지지 않는 모든 규칙인지 확인해봐야 할 것 같아요

**관계가 정의하기 되게 애매하네요 [위치적 관계(ex. 이웃, left/right, edge), 메뉴적 관계(ex. a를 시킨 사람은 b를 시키지 않았다)] 1. 이웃이 ()를 원한다 2. (a)를 시킨 사람은 (b)를 시킨 사람 옆에 있다 3. (a)를 시킨 사람은 다른 []를 원한다 / [A(a)]를 시킨 사람은 동일한 [B(b)]를 원한다. 그리고 [C(c)]를 원하지 않는다 4. edge에 앉은 사람은 ()를 원한다 5. ()를 원하는 두 명은 서로 옆에 앉아있다. 6. (left/right) 저쪽에 있는 모두는 같은 []를 원한다

  1. I don't want (). # superset

  2. Nobody wants (), or (). # superset

  3. My neighbors both want the same (). # relation

  4. Everbody else wants (). # superset

  5. I'm the only one who wants (). # superset

  6. Everybody over there wants (). (left or right) # superset

  7. The only one who wants () is over there. (left or right) #

  8. One of my neighbors and I want (). # set / relation

  9. The person who wants () is not sitting next to the one who wants (). # relation

  10. Nobody wants the same [] as his neighbor. # relation

  11. All the ones who want () want a different []. # relation

  12. The two who want () are sitting next to each other, so are the two who want a (). # relation

  13. One of them is the only one who wants (), and the other one is the only one who wants (). (left or right)

  14. My neighbor and I are the only ones who want (). # set / relation

  15. Two of us want (). I'm the only one who wants (). # set

  16. I want (), but the others both want (). # set

  17. I want (), but I don't want any (). # set

  18. All the ones who want () also want (). None of them wants (). # relation

  19. I want (). The other two who also want some, are sitting next to each other. # relation

  20. Three of us want (). But I'm the only one who wants ().

  21. The three () were ordered over there. (left or right) # relation

  22. Two of us want () with their (), but I don't.

  23. I'm not one of the four who wants (). No one who wants () wants (). <- diff nemu type # relation

  24. I'm not part of the four who want ().

  25. One of my neighbors wants (), so does one of their neighbors and another person.

  26. Everybody over there wants (), everybody over there wants (). They are all crazy. (left or right, and right or left) # set

  27. The two sitting next to each other want (). # relation

  28. My two neighbors don't want the same [] as everybody. # relation

  29. Everybody over there wants the same [], but nobody wants (). (left or right) # relation

  30. Two of my neighbors want (), but nobody wants a (). # set

  31. The two person sitting at each edge of the table want (). And someone else also want some. # set / relation

  32. Two neighbors want the same []. They don't want any (). # relation

규칙들에서 찾아볼 수 있는 공통된 규칙들 목록

  1. I want () # set
  2. I don't want () # set
  1. Everybody else wants () # set

  2. 1..2 of my neighbors want ()

  3. Everybody over left wants ()

  4. Everybody over right wants ()

  5. The only one who wants () is over left

  6. The only one who wants () is over right

  7. Nobody wants the same [] as his neighbor

  8. All the ones who want () want a different []

  9. The 2.. who want () are sitting next to each other

  1. My neighbor and I are the only ones who want ()
  2. 1.. of us without me want ()
  3. All the ones who want () also want (), None of them wants ()
  1. The 1.. () were ordered over left.

  2. The 1.. () were ordered over right.

  3. 1.. of us want ()

  4. No one who wants () wants (). <- diff menu type

  5. One of neighbors of my neighbors want ()

  6. The 2.. sitting next to each other want ()

  7. My two neighbors don't want the same [] as everybody.

  8. Everybody over left wants the same []

  9. Everybody over right wants the same []

  10. Nobody wants ()

  1. The two person sitting at each edge of the table want ()

  2. 1.. of us want same []

  3. My neighbors both want the same []

  4. The person who wants () is not sitting next to the one who wants a ().

규칙들 정리

  1. setting target
  • I
  • Everybody
  • Everybody else
  • Neighbors
  • Everybody over left
  • Everybody over right
  • The two person sitting at each edge of the table

1-1. target condition

  1. setting spetific

    1. every
    • want ()
    • don't want ()
    • wants the same []
    • don't wants the same []

Releases

No releases published

Packages

No packages published

Languages