-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
executable file
·188 lines (188 loc) · 3.97 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
*~
*.aux
*.bbl
*.blg
*.dvi
*.lof
*.log
*.lot
*.out
*.out.in
*.ps
*.toc
MPG.tex
MPG.tex.in
acks.tex
b-advanced.tex
b-started.tex
c-bin-packing.tex
c-crossword.tex
c-golf.tex
c-golomb.tex
c-kakuro.tex
c-knights.tex
c-magic-sequence.tex
c-nonogram.tex
c-photo.tex
c-warehouses.tex
changelog.tex
int.hh
intro.tex
m-branch.tex
m-comfy.tex
m-driver.tex
m-float.tex
m-gist.tex
m-group.tex
m-integer.tex
m-minimodel.tex
m-search.tex
m-set.tex
m-started.tex
p-advisors.tex
p-avoid.tex
p-domain.tex
p-floats.tex
p-memory.tex
p-reified.tex
p-sets.tex
p-started.tex
p-views.tex
s-engine.tex
s-recomputation.tex
s-started.tex
titles.tex
titles.tex.in
v.tex
Boolean-domain-expression.cpp
assign-min.cpp
bab-using-full-recomputation.cpp
bab.cpp
bin-packing-branching.cpp
bin-packing-naive.cpp
bin-packing-propagation.cpp
cpp
crossword-optimized.cpp
crossword.cpp
dfs-binary.cpp
dfs-engine.cpp
dfs-using-adaptive-recomputation.cpp
dfs-using-full-recomputation-and-lao.cpp
dfs-using-full-recomputation.cpp
dfs-using-hybrid-recomputation.cpp
dfs.cpp
disequality.cpp
domain-equal-using-bounds-propagation.cpp
domain-equal-using-staging.cpp
domain-equal-with-and-without-offset.cpp
domain-equal-with-offset.cpp
equal-idempotent-using-modification-events.cpp
equal-idempotent.cpp
equal-naive.cpp
equal.cpp
example-search-tracer.cpp
general-tracer.cpp
golf.cpp
golomb.cpp
integer-variable-tracer.cpp
intersection.cpp
kakuro-naive.cpp
kakuro.cpp
knights.cpp
latin-square-ldsb.cpp
less-better.cpp
less-concise.cpp
less-even-better.cpp
less-for-integer-and-Boolean-variables.cpp
less-or-equal-reified-full.cpp
less-or-equal-reified-half.cpp
less.cpp
linear.cpp
local-object-and-handle.cpp
local-object-with-external-resources.cpp
magic-sequence-gcc.cpp
magic-sequence.cpp
max-using-rewriting.cpp
min-and-max.cpp
naive-domain-equal.cpp
non-shared-domain-equal.cpp
none-min-and-none-max.cpp
none-min-improved.cpp
none-min-with-no-good-support.cpp
none-min.cpp
nonogram.cpp
or-and-and-from-or.cpp
or-true-concise.cpp
or-true-using-rewriting.cpp
or-true-with-dynamic-subscriptions.cpp
or-true.cpp
or.cpp
photo-without-modeling-support.cpp
photo.cpp
putting-everything-together.cpp
samedom-using-predefined-view-advisors.cpp
samedom.cpp
send-more-money-de-mystified.cpp
send-more-money-with-gist-comparison.cpp
send-more-money-with-gist-inspection.cpp
send-more-money-with-gist.cpp
send-more-money.cpp
send-most-money-with-cost.cpp
send-most-money-with-driver.cpp
send-most-money.cpp
shared-object-and-handle.cpp
size-min.cpp
warehouses.cpp
notest-assign-min.cpp
notest-bab-using-full-recomputation.cpp
notest-bab.cpp
notest-dfs-binary.cpp
notest-dfs-engine.cpp
notest-dfs-using-adaptive-recomputation.cpp
notest-dfs-using-full-recomputation-and-lao.cpp
notest-dfs-using-full-recomputation.cpp
notest-dfs-using-hybrid-recomputation.cpp
notest-dfs.cpp
notest-example-search-tracer.cpp
notest-general-tracer.cpp
notest-integer-variable-tracer.cpp
notest-local-object-and-handle.cpp
notest-local-object-with-external-resources.cpp
notest-none-min-and-none-max.cpp
notest-none-min-improved.cpp
notest-none-min-with-no-good-support.cpp
notest-none-min.cpp
notest-shared-object-and-handle.cpp
notest-size-min.cpp
test-disequality.cpp
test-domain-equal-using-bounds-propagation.cpp
test-domain-equal-using-staging.cpp
test-domain-equal-with-and-without-offset.cpp
test-domain-equal-with-offset.cpp
test-equal-idempotent-using-modification-events.cpp
test-equal-idempotent.cpp
test-equal-naive.cpp
test-equal.cpp
test-intersection.cpp
test-less-better.cpp
test-less-concise.cpp
test-less-even-better.cpp
test-less-for-integer-and-Boolean-variables.cpp
test-less-or-equal-reified-full.cpp
test-less-or-equal-reified-half.cpp
test-less.cpp
test-linear.cpp
test-max-using-rewriting.cpp
test-min-and-max.cpp
test-naive-domain-equal.cpp
test-non-shared-domain-equal.cpp
test-or-and-and-from-or.cpp
test-or-true-concise.cpp
test-or-true-using-rewriting.cpp
test-or-true-with-dynamic-subscriptions.cpp
test-or-true.cpp
test-or.cpp
test-samedom-using-predefined-view-advisors.cpp
test-samedom.cpp
MPG.pdf
*.exe