Skip to content

Commit 06f06c7

Browse files
authored
Merge pull request #3801 from jix/witness-aiw2yw-xbits
2 parents a310bd2 + dcc4d6e commit 06f06c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/smt2/witness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def aiw2yw(input, mapfile, output):
194194

195195
values = WitnessValues()
196196
for i, v in enumerate(inline):
197-
if v == "x" or outyw.t > 0 and i in aiger_map.init_inputs:
197+
if outyw.t > 0 and i in aiger_map.init_inputs:
198198
continue
199199

200200
try:

0 commit comments

Comments
 (0)