Skip to content

Commit

Permalink
Add 2x2 熵约束 #10
Browse files Browse the repository at this point in the history
  • Loading branch information
zhugelianglongming committed Feb 16, 2023
1 parent 43e4e6d commit 89e9db9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
- [耳语线](#%E8%80%B3%E8%AF%AD%E7%BA%BF)
- [连续区间线](#%E8%BF%9E%E7%BB%AD%E5%8C%BA%E9%97%B4%E7%BA%BF)
- [熵约束](#%E7%86%B5%E7%BA%A6%E6%9D%9F)
- [三格熵约束](#%E4%B8%89%E6%A0%BC%E7%86%B5%E7%BA%A6%E6%9D%9F)
- [2x2熵约束](#2x2%E7%86%B5%E7%BA%A6%E6%9D%9F)
- [熵线](#%E7%86%B5%E7%BA%BF)
- [反熵线](#%E5%8F%8D%E7%86%B5%E7%BA%BF)

Expand Down Expand Up @@ -344,11 +346,21 @@

## 熵约束

### 三格熵约束

三格满足`熵约束`,当且仅当 三格的数字恰好包含:

- 1 个小数(123)
- 1 个中数(456)
- 1 个大数(789)
- 1 个小数 `123`
- 1 个中数 `456`
- 1 个大数 `789`

### 2x2熵约束

2x2的 4 格满足`熵约束`,其中数字至少包含:

- 1 个小数 `123`
- 1 个中数 `456`
- 1 个大数 `789`

## 熵线

Expand Down

0 comments on commit 89e9db9

Please sign in to comment.