回答編集履歴
2
リンク先修正
test
CHANGED
@@ -6,8 +6,7 @@
|
|
6
6
|
|
7
7
|
# 追記
|
8
8
|
この問題に一番近いと思われる論文を見つけたので備忘録のためにあげておきます。
|
9
|
-
[
|
9
|
+
[Compressing Rectilinear Pictures and Minimizing Access Control Lists](https://www.cs.huji.ac.il/~katrina/papers/acl.pdf)
|
10
|
-
|
11
10
|
> a model that also has applications to rectilinear picture compression and figure drawing in common graphics software packages. Here the goal is to create a colored rectilinear pattern within an initially white rectangular canvas, and the basic operation is to choose a subrectangle and paint it a single color, overwriting all previous colors in the rectangle. Rectangle Rule List (RRL) minimization is the problem of finding the shortest list of rules needed to create a given pattern.
|
12
11
|
|
13
12
|
> このモデルは、一般的なグラフィック ソフトウェア パッケージでの直線画像圧縮や図形描画にも応用できます。ここでの目標は、最初は白い長方形のキャンバス内に色付きの直線パターンを作成することであり、基本的な操作は部分長方形を選択して単一の色でペイントし、長方形内の以前の色をすべて上書きすることです。長方形ルール リスト (RRL) の最小化は、特定のパターンを作成するために必要なルールの最短のリストを見つける問題です。
|
1
追記
test
CHANGED
@@ -4,3 +4,13 @@
|
|
4
4
|
問題を考えるきっかけになったネタ
|
5
5
|
[続・ドラクエ3驚異のマル秘圧縮術公開! 内藤かんチャン](https://www.youtube.com/watch?v=oFjz9Q44nNc&t=240s)
|
6
6
|
|
7
|
+
# 追記
|
8
|
+
この問題に一番近いと思われる論文を見つけたので備忘録のためにあげておきます。
|
9
|
+
[Faster compression of patterns to Rectangle Rule Lists](https://www.sciencedirect.com/science/article/abs/pii/S0304397520301651)
|
10
|
+
|
11
|
+
> a model that also has applications to rectilinear picture compression and figure drawing in common graphics software packages. Here the goal is to create a colored rectilinear pattern within an initially white rectangular canvas, and the basic operation is to choose a subrectangle and paint it a single color, overwriting all previous colors in the rectangle. Rectangle Rule List (RRL) minimization is the problem of finding the shortest list of rules needed to create a given pattern.
|
12
|
+
|
13
|
+
> このモデルは、一般的なグラフィック ソフトウェア パッケージでの直線画像圧縮や図形描画にも応用できます。ここでの目標は、最初は白い長方形のキャンバス内に色付きの直線パターンを作成することであり、基本的な操作は部分長方形を選択して単一の色でペイントし、長方形内の以前の色をすべて上書きすることです。長方形ルール リスト (RRL) の最小化は、特定のパターンを作成するために必要なルールの最短のリストを見つける問題です。
|
14
|
+
|
15
|
+
ただし「Rectangle Rule Lists(RRL)」という言葉が一般的でないのか、類似論文すら見つかりません。
|
16
|
+
|