z3 0.0.20181229 → 0.0.20220320
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rspec +0 -0
- data/README.md +0 -2
- data/Rakefile +8 -1
- data/examples/abc_path +187 -0
- data/examples/abc_path-1.txt +7 -0
- data/examples/algebra_problems +12 -12
- data/examples/aquarium +133 -0
- data/examples/aquarium-1.txt +11 -0
- data/examples/bridges +2 -2
- data/examples/bridges-1.txt +0 -0
- data/examples/cats_organized_neatly +133 -0
- data/examples/cats_organized_neatly-10.txt +15 -0
- data/examples/cats_organized_neatly-3.txt +8 -0
- data/examples/cats_organized_neatly-48.txt +32 -0
- data/examples/circuit_problems +4 -4
- data/examples/clogic_puzzle +2 -2
- data/examples/color_nonogram +150 -0
- data/examples/color_nonogram-1.txt +23 -0
- data/examples/crossflip +2 -4
- data/examples/dominion +153 -0
- data/examples/dominion-1.txt +8 -0
- data/examples/dominosa +133 -0
- data/examples/dominosa-1.txt +8 -0
- data/examples/eulero +99 -0
- data/examples/eulero-1.txt +5 -0
- data/examples/four_hackers_puzzle +2 -2
- data/examples/futoshiki +128 -0
- data/examples/futoshiki-1.txt +17 -0
- data/examples/kakurasu +73 -0
- data/examples/kakurasu-1.txt +2 -0
- data/examples/kakuro +2 -2
- data/examples/kakuro-1.txt +0 -0
- data/examples/killer_sudoku +88 -0
- data/examples/killer_sudoku-1.txt +17 -0
- data/examples/killer_sudoku-2.txt +53 -0
- data/examples/kinematics_problems +20 -20
- data/examples/knights_puzzle +2 -2
- data/examples/kropki +100 -0
- data/examples/kropki-1.txt +13 -0
- data/examples/letter_connections +2 -2
- data/examples/letter_connections-1.txt +0 -0
- data/examples/light_up +2 -2
- data/examples/light_up-1.txt +0 -0
- data/examples/minisudoku +2 -2
- data/examples/minisudoku-1.txt +0 -0
- data/examples/miracle_sudoku +135 -0
- data/examples/miracle_sudoku-1.txt +9 -0
- data/examples/mortal_coil_puzzle +2 -2
- data/examples/mortal_coil_puzzle-9.txt +0 -0
- data/examples/nanro +245 -0
- data/examples/nanro-1.txt +8 -0
- data/examples/nine_clocks +106 -0
- data/examples/nonogram +2 -2
- data/examples/pyramid_nonogram +2 -2
- data/examples/regexp_crossword/beginner-1.txt +0 -0
- data/examples/regexp_crossword/beginner-2.txt +0 -0
- data/examples/regexp_crossword/beginner-3.txt +0 -0
- data/examples/regexp_crossword/beginner-4.txt +0 -0
- data/examples/regexp_crossword/beginner-5.txt +0 -0
- data/examples/regexp_crossword/experienced-1.txt +0 -0
- data/examples/regexp_crossword/experienced-2.txt +0 -0
- data/examples/regexp_crossword/experienced-3.txt +0 -0
- data/examples/regexp_crossword/experienced-4.txt +0 -0
- data/examples/regexp_crossword/experienced-5.txt +0 -0
- data/examples/regexp_crossword/tutorial-1.txt +0 -0
- data/examples/regexp_crossword/tutorial-2.txt +0 -0
- data/examples/regexp_crossword/tutorial-3.txt +0 -0
- data/examples/regexp_crossword/tutorial-4.txt +0 -0
- data/examples/regexp_crossword/tutorial-5.txt +0 -0
- data/examples/regexp_crossword/tutorial-6.txt +0 -0
- data/examples/regexp_crossword/tutorial-7.txt +0 -0
- data/examples/regexp_crossword/tutorial-8.txt +0 -0
- data/examples/regexp_crossword/tutorial-9.txt +0 -0
- data/examples/regexp_crossword_solver +2 -2
- data/examples/regexp_solver +2 -2
- data/examples/regexp_string_matcher.rb +0 -0
- data/examples/renzoku +124 -0
- data/examples/renzoku-1.txt +17 -0
- data/examples/sandwich_sudoku +101 -0
- data/examples/sandwich_sudoku-1.txt +10 -0
- data/examples/selfref +2 -2
- data/examples/simple_regexp_parser.rb +0 -0
- data/examples/skyscrapers +118 -0
- data/examples/skyscrapers-1.txt +6 -0
- data/examples/skyscrapers-2.txt +11 -0
- data/examples/star_battle +134 -0
- data/examples/star_battle-1.txt +10 -0
- data/examples/stitches +180 -0
- data/examples/stitches-1.txt +11 -0
- data/examples/sudoku +2 -2
- data/examples/sudoku-1.txt +0 -0
- data/examples/suguru +199 -0
- data/examples/suguru-1.txt +17 -0
- data/examples/verbal_arithmetic +2 -2
- data/examples/yajilin +268 -0
- data/examples/yajilin-1.txt +10 -0
- data/lib/z3/ast.rb +0 -0
- data/lib/z3/context.rb +0 -0
- data/lib/z3/exception.rb +0 -0
- data/lib/z3/expr/arith_expr.rb +0 -0
- data/lib/z3/expr/array_expr.rb +0 -0
- data/lib/z3/expr/bitvec_expr.rb +47 -2
- data/lib/z3/expr/bool_expr.rb +0 -0
- data/lib/z3/expr/expr.rb +3 -3
- data/lib/z3/expr/float_expr.rb +0 -0
- data/lib/z3/expr/int_expr.rb +0 -0
- data/lib/z3/expr/real_expr.rb +0 -0
- data/lib/z3/expr/rounding_mode_expr.rb +0 -0
- data/lib/z3/expr/set_expr.rb +0 -0
- data/lib/z3/func_decl.rb +0 -0
- data/lib/z3/goal.rb +0 -0
- data/lib/z3/hacks.rb +0 -0
- data/lib/z3/interface.rb +0 -0
- data/lib/z3/low_level.rb +0 -0
- data/lib/z3/low_level_auto.rb +138 -10
- data/lib/z3/model.rb +0 -0
- data/lib/z3/optimize.rb +0 -0
- data/lib/z3/printer.rb +0 -0
- data/lib/z3/probe.rb +0 -0
- data/lib/z3/solver.rb +0 -0
- data/lib/z3/sort/array_sort.rb +0 -0
- data/lib/z3/sort/bitvec_sort.rb +0 -0
- data/lib/z3/sort/bool_sort.rb +0 -0
- data/lib/z3/sort/float_sort.rb +0 -0
- data/lib/z3/sort/int_sort.rb +0 -0
- data/lib/z3/sort/real_sort.rb +0 -0
- data/lib/z3/sort/rounding_mode_sort.rb +0 -0
- data/lib/z3/sort/set_sort.rb +0 -0
- data/lib/z3/sort/sort.rb +0 -0
- data/lib/z3/tactic.rb +0 -0
- data/lib/z3/very_low_level.rb +5 -1
- data/lib/z3/very_low_level_auto.rb +35 -3
- data/lib/z3.rb +0 -0
- data/spec/array_expr_spec.rb +0 -0
- data/spec/array_sort_spec.rb +0 -0
- data/spec/bitvec_expr_spec.rb +13 -0
- data/spec/bitvec_sort_spec.rb +0 -0
- data/spec/bool_expr_spec.rb +0 -0
- data/spec/bool_sort_spec.rb +0 -0
- data/spec/coverage_helper.rb +0 -0
- data/spec/expr_spec.rb +0 -0
- data/spec/float_expr_spec.rb +0 -0
- data/spec/float_sort_spec.rb +0 -0
- data/spec/goal_spec.rb +0 -0
- data/spec/int_expr_spec.rb +0 -0
- data/spec/int_sort_spec.rb +0 -0
- data/spec/integration/abc_path_spec.rb +21 -0
- data/spec/integration/algebra_problems_spec.rb +0 -0
- data/spec/integration/aquarium_spec.rb +27 -0
- data/spec/integration/basic_int_math_spec.rb +0 -0
- data/spec/integration/basic_logic_spec.rb +0 -0
- data/spec/integration/bit_tricks_spec.rb +0 -0
- data/spec/integration/bridges_spec.rb +0 -0
- data/spec/integration/cats_organized_neatly_spec.rb +14 -0
- data/spec/integration/cicruit_problem_spec.rb +0 -0
- data/spec/integration/color_nonogram_spec.rb +28 -0
- data/spec/integration/crossflip_spec.rb +0 -0
- data/spec/integration/dominion_spec.rb +14 -0
- data/spec/integration/dominosa_spec.rb +21 -0
- data/spec/integration/eulero_spec.rb +11 -0
- data/spec/integration/four_hackers_puzzle_spec.rb +0 -0
- data/spec/integration/futoshiki_spec.rb +23 -0
- data/spec/integration/geometry_problem_spec.rb +0 -0
- data/spec/integration/kakurasu_spec.rb +18 -0
- data/spec/integration/kakuro_spec.rb +0 -0
- data/spec/integration/killer_sudoku_spec.rb +10 -0
- data/spec/integration/kinematics_problems_spec.rb +0 -0
- data/spec/integration/knights_puzzle_spec.rb +11 -11
- data/spec/integration/kropki_spec.rb +19 -0
- data/spec/integration/letter_connections_spec.rb +0 -0
- data/spec/integration/light_up_spec.rb +0 -0
- data/spec/integration/minisudoku_spec.rb +0 -0
- data/spec/integration/miracle_sudoku_spec.rb +15 -0
- data/spec/integration/mortal_coil_puzzle_spec.rb +8 -6
- data/spec/integration/nanro_spec.rb +39 -0
- data/spec/integration/nine_clocks_spec.rb +30 -0
- data/spec/integration/nonogram_spec.rb +0 -0
- data/spec/integration/oneofus_spec.rb +0 -0
- data/spec/integration/pyramid_nonogram_spec.rb +0 -0
- data/spec/integration/regexp_crossword_solver_spec.rb +1 -1
- data/spec/integration/regexp_solver_spec.rb +0 -0
- data/spec/integration/renzoku_spec.rb +23 -0
- data/spec/integration/sandwich_sudoku_spec.rb +15 -0
- data/spec/integration/selfref_spec.rb +0 -0
- data/spec/integration/skyscraper_spec.rb +10 -0
- data/spec/integration/star_battle_spec.rb +27 -0
- data/spec/integration/stitches_spec.rb +25 -0
- data/spec/integration/sudoku_spec.rb +0 -0
- data/spec/integration/suguru_spec.rb +23 -0
- data/spec/integration/verbal_arithmetic_spec.rb +0 -0
- data/spec/integration/yajilin_spec.rb +25 -0
- data/spec/integration/zebra_puzzle_spec.rb +0 -0
- data/spec/interface_spec.rb +0 -0
- data/spec/model_spec.rb +0 -0
- data/spec/optimize_spec.rb +3 -1
- data/spec/printer_spec.rb +0 -0
- data/spec/probe_spec.rb +0 -0
- data/spec/real_expr_spec.rb +0 -0
- data/spec/real_sort_spec.rb +0 -0
- data/spec/rounding_mode_expr_spec.rb +0 -0
- data/spec/rounding_mode_sort_spec.rb +0 -0
- data/spec/set_expr_spec.rb +15 -9
- data/spec/set_sort_spec.rb +0 -0
- data/spec/solver_spec.rb +1 -2
- data/spec/sort_spec.rb +0 -0
- data/spec/spec_helper.rb +15 -0
- data/spec/tactic_spec.rb +0 -0
- data/spec/z3_spec.rb +0 -0
- metadata +85 -5
data/spec/real_sort_spec.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/spec/set_expr_spec.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# This test is really bad, all of these have multiple solutions.
|
2
|
+
# And it changes between Z3 versions
|
1
3
|
module Z3
|
2
4
|
describe SetExpr do
|
3
5
|
let(:sort) { SetSort.new(IntSort.new) }
|
@@ -21,13 +23,15 @@ module Z3
|
|
21
23
|
expect([
|
22
24
|
a.include?(1),
|
23
25
|
a.include?(2),
|
26
|
+
!a.include?(3),
|
27
|
+
!b.include?(1),
|
24
28
|
b.include?(2),
|
25
29
|
b.include?(3),
|
26
30
|
c == a.union(b),
|
27
31
|
]).to have_solution(
|
28
|
-
a => "(
|
29
|
-
b => "(
|
30
|
-
c => "(
|
32
|
+
a => "store(const(true), 3, false)",
|
33
|
+
b => "store(const(true), 1, false)",
|
34
|
+
c => "map(store(const(true), 3, false), store(const(true), 1, false))",
|
31
35
|
)
|
32
36
|
end
|
33
37
|
|
@@ -41,9 +45,9 @@ module Z3
|
|
41
45
|
b.include?(3),
|
42
46
|
c == a.difference(b),
|
43
47
|
]).to have_solution(
|
44
|
-
a => "(
|
45
|
-
b => "(
|
46
|
-
c => "(
|
48
|
+
a => "store(const(true), 3, false)",
|
49
|
+
b => "store(const(true), 1, false)",
|
50
|
+
c => "map(store(const(true), 3, false), store(const(false), 1, true))",
|
47
51
|
)
|
48
52
|
end
|
49
53
|
|
@@ -51,13 +55,15 @@ module Z3
|
|
51
55
|
expect([
|
52
56
|
a.include?(1),
|
53
57
|
a.include?(2),
|
58
|
+
!a.include?(3),
|
59
|
+
!b.include?(1),
|
54
60
|
b.include?(2),
|
55
61
|
b.include?(3),
|
56
62
|
c == a.intersection(b),
|
57
63
|
]).to have_solution(
|
58
|
-
a => "(
|
59
|
-
b => "(
|
60
|
-
c => "(
|
64
|
+
a => "store(const(true), 3, false)",
|
65
|
+
b => "store(const(true), 1, false)",
|
66
|
+
c => "map(store(const(true), 3, false), store(const(true), 1, false))",
|
61
67
|
)
|
62
68
|
end
|
63
69
|
end
|
data/spec/set_sort_spec.rb
CHANGED
File without changes
|
data/spec/solver_spec.rb
CHANGED
@@ -37,8 +37,7 @@ module Z3
|
|
37
37
|
solver.assert b >= 2
|
38
38
|
solver.assert Z3.Or(a == 2, a == -2)
|
39
39
|
stats = solver.statistics
|
40
|
-
|
41
|
-
expect(stats.keys).to match_array(["rlimit count", "max memory", "memory", "num allocs", "mk bool var"])
|
40
|
+
expect(stats.keys).to match_array(["rlimit count", "max memory", "memory", "num allocs"])
|
42
41
|
end
|
43
42
|
|
44
43
|
# This is a very simple example of unknown satisfiablity
|
data/spec/sort_spec.rb
CHANGED
File without changes
|
data/spec/spec_helper.rb
CHANGED
@@ -28,6 +28,21 @@ RSpec::Matchers.define :have_output do |expected|
|
|
28
28
|
match do |file_name|
|
29
29
|
executable_path = "#{__dir__}/../examples/#{file_name}"
|
30
30
|
actual = IO.popen("ruby -r./spec/coverage_helper #{executable_path}").read
|
31
|
+
@expected = expected.gsub(/ *$/, "")
|
32
|
+
@actual = actual.gsub(/ *$/, "")
|
33
|
+
@actual == @expected
|
34
|
+
end
|
35
|
+
|
36
|
+
failure_message do |actual|
|
37
|
+
"Expected:\n#{@expected.chomp}\nBut got:\n#{@actual}"
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
RSpec::Matchers.define :have_output_no_color do |expected|
|
42
|
+
match do |file_name|
|
43
|
+
executable_path = "#{__dir__}/../examples/#{file_name}"
|
44
|
+
actual = IO.popen("ruby -r./spec/coverage_helper #{executable_path}").read
|
45
|
+
actual = actual.gsub(/\e\[.*?m/, "")
|
31
46
|
actual.gsub(/ *$/, "") == expected.gsub(/ *$/, "")
|
32
47
|
end
|
33
48
|
end
|
data/spec/tactic_spec.rb
CHANGED
File without changes
|
data/spec/z3_spec.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: z3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.20220320
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomasz Wegrzanowski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -80,6 +80,20 @@ dependencies:
|
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '1.3'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: paint
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 2.1.0
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 2.1.0
|
83
97
|
- !ruby/object:Gem::Dependency
|
84
98
|
name: ffi
|
85
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -103,29 +117,59 @@ files:
|
|
103
117
|
- ".rspec"
|
104
118
|
- README.md
|
105
119
|
- Rakefile
|
120
|
+
- examples/abc_path
|
121
|
+
- examples/abc_path-1.txt
|
106
122
|
- examples/algebra_problems
|
123
|
+
- examples/aquarium
|
124
|
+
- examples/aquarium-1.txt
|
107
125
|
- examples/basic_int_math
|
108
126
|
- examples/basic_logic
|
109
127
|
- examples/bit_tricks
|
110
128
|
- examples/bridges
|
111
129
|
- examples/bridges-1.txt
|
130
|
+
- examples/cats_organized_neatly
|
131
|
+
- examples/cats_organized_neatly-10.txt
|
132
|
+
- examples/cats_organized_neatly-3.txt
|
133
|
+
- examples/cats_organized_neatly-48.txt
|
112
134
|
- examples/circuit_problems
|
113
135
|
- examples/clogic_puzzle
|
136
|
+
- examples/color_nonogram
|
137
|
+
- examples/color_nonogram-1.txt
|
114
138
|
- examples/crossflip
|
139
|
+
- examples/dominion
|
140
|
+
- examples/dominion-1.txt
|
141
|
+
- examples/dominosa
|
142
|
+
- examples/dominosa-1.txt
|
143
|
+
- examples/eulero
|
144
|
+
- examples/eulero-1.txt
|
115
145
|
- examples/four_hackers_puzzle
|
146
|
+
- examples/futoshiki
|
147
|
+
- examples/futoshiki-1.txt
|
116
148
|
- examples/geometry_problem
|
149
|
+
- examples/kakurasu
|
150
|
+
- examples/kakurasu-1.txt
|
117
151
|
- examples/kakuro
|
118
152
|
- examples/kakuro-1.txt
|
153
|
+
- examples/killer_sudoku
|
154
|
+
- examples/killer_sudoku-1.txt
|
155
|
+
- examples/killer_sudoku-2.txt
|
119
156
|
- examples/kinematics_problems
|
120
157
|
- examples/knights_puzzle
|
158
|
+
- examples/kropki
|
159
|
+
- examples/kropki-1.txt
|
121
160
|
- examples/letter_connections
|
122
161
|
- examples/letter_connections-1.txt
|
123
162
|
- examples/light_up
|
124
163
|
- examples/light_up-1.txt
|
125
164
|
- examples/minisudoku
|
126
165
|
- examples/minisudoku-1.txt
|
166
|
+
- examples/miracle_sudoku
|
167
|
+
- examples/miracle_sudoku-1.txt
|
127
168
|
- examples/mortal_coil_puzzle
|
128
169
|
- examples/mortal_coil_puzzle-9.txt
|
170
|
+
- examples/nanro
|
171
|
+
- examples/nanro-1.txt
|
172
|
+
- examples/nine_clocks
|
129
173
|
- examples/nonogram
|
130
174
|
- examples/oneofus
|
131
175
|
- examples/pyramid_nonogram
|
@@ -151,11 +195,26 @@ files:
|
|
151
195
|
- examples/regexp_crossword_solver
|
152
196
|
- examples/regexp_solver
|
153
197
|
- examples/regexp_string_matcher.rb
|
198
|
+
- examples/renzoku
|
199
|
+
- examples/renzoku-1.txt
|
200
|
+
- examples/sandwich_sudoku
|
201
|
+
- examples/sandwich_sudoku-1.txt
|
154
202
|
- examples/selfref
|
155
203
|
- examples/simple_regexp_parser.rb
|
204
|
+
- examples/skyscrapers
|
205
|
+
- examples/skyscrapers-1.txt
|
206
|
+
- examples/skyscrapers-2.txt
|
207
|
+
- examples/star_battle
|
208
|
+
- examples/star_battle-1.txt
|
209
|
+
- examples/stitches
|
210
|
+
- examples/stitches-1.txt
|
156
211
|
- examples/sudoku
|
157
212
|
- examples/sudoku-1.txt
|
213
|
+
- examples/suguru
|
214
|
+
- examples/suguru-1.txt
|
158
215
|
- examples/verbal_arithmetic
|
216
|
+
- examples/yajilin
|
217
|
+
- examples/yajilin-1.txt
|
159
218
|
- examples/zebra_puzzle
|
160
219
|
- lib/z3.rb
|
161
220
|
- lib/z3/ast.rb
|
@@ -207,30 +266,51 @@ files:
|
|
207
266
|
- spec/goal_spec.rb
|
208
267
|
- spec/int_expr_spec.rb
|
209
268
|
- spec/int_sort_spec.rb
|
269
|
+
- spec/integration/abc_path_spec.rb
|
210
270
|
- spec/integration/algebra_problems_spec.rb
|
271
|
+
- spec/integration/aquarium_spec.rb
|
211
272
|
- spec/integration/basic_int_math_spec.rb
|
212
273
|
- spec/integration/basic_logic_spec.rb
|
213
274
|
- spec/integration/bit_tricks_spec.rb
|
214
275
|
- spec/integration/bridges_spec.rb
|
276
|
+
- spec/integration/cats_organized_neatly_spec.rb
|
215
277
|
- spec/integration/cicruit_problem_spec.rb
|
278
|
+
- spec/integration/color_nonogram_spec.rb
|
216
279
|
- spec/integration/crossflip_spec.rb
|
280
|
+
- spec/integration/dominion_spec.rb
|
281
|
+
- spec/integration/dominosa_spec.rb
|
282
|
+
- spec/integration/eulero_spec.rb
|
217
283
|
- spec/integration/four_hackers_puzzle_spec.rb
|
284
|
+
- spec/integration/futoshiki_spec.rb
|
218
285
|
- spec/integration/geometry_problem_spec.rb
|
286
|
+
- spec/integration/kakurasu_spec.rb
|
219
287
|
- spec/integration/kakuro_spec.rb
|
288
|
+
- spec/integration/killer_sudoku_spec.rb
|
220
289
|
- spec/integration/kinematics_problems_spec.rb
|
221
290
|
- spec/integration/knights_puzzle_spec.rb
|
291
|
+
- spec/integration/kropki_spec.rb
|
222
292
|
- spec/integration/letter_connections_spec.rb
|
223
293
|
- spec/integration/light_up_spec.rb
|
224
294
|
- spec/integration/minisudoku_spec.rb
|
295
|
+
- spec/integration/miracle_sudoku_spec.rb
|
225
296
|
- spec/integration/mortal_coil_puzzle_spec.rb
|
297
|
+
- spec/integration/nanro_spec.rb
|
298
|
+
- spec/integration/nine_clocks_spec.rb
|
226
299
|
- spec/integration/nonogram_spec.rb
|
227
300
|
- spec/integration/oneofus_spec.rb
|
228
301
|
- spec/integration/pyramid_nonogram_spec.rb
|
229
302
|
- spec/integration/regexp_crossword_solver_spec.rb
|
230
303
|
- spec/integration/regexp_solver_spec.rb
|
304
|
+
- spec/integration/renzoku_spec.rb
|
305
|
+
- spec/integration/sandwich_sudoku_spec.rb
|
231
306
|
- spec/integration/selfref_spec.rb
|
307
|
+
- spec/integration/skyscraper_spec.rb
|
308
|
+
- spec/integration/star_battle_spec.rb
|
309
|
+
- spec/integration/stitches_spec.rb
|
232
310
|
- spec/integration/sudoku_spec.rb
|
311
|
+
- spec/integration/suguru_spec.rb
|
233
312
|
- spec/integration/verbal_arithmetic_spec.rb
|
313
|
+
- spec/integration/yajilin_spec.rb
|
234
314
|
- spec/integration/zebra_puzzle_spec.rb
|
235
315
|
- spec/interface_spec.rb
|
236
316
|
- spec/model_spec.rb
|
@@ -251,7 +331,8 @@ files:
|
|
251
331
|
homepage: https://github.com/taw/z3
|
252
332
|
licenses:
|
253
333
|
- MIT
|
254
|
-
metadata:
|
334
|
+
metadata:
|
335
|
+
msys2_mingw_dependencies: z3
|
255
336
|
post_install_message:
|
256
337
|
rdoc_options: []
|
257
338
|
require_paths:
|
@@ -268,8 +349,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
268
349
|
version: '0'
|
269
350
|
requirements:
|
270
351
|
- z3 library (4.8+)
|
271
|
-
|
272
|
-
rubygems_version: 2.7.6
|
352
|
+
rubygems_version: 3.0.3
|
273
353
|
signing_key:
|
274
354
|
specification_version: 4
|
275
355
|
summary: Z3 Constraint Solver
|