Skip to content

Commit 711b275

Browse files
committed
Box to avoid math break
1 parent 0bc7bec commit 711b275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

homework/hw2.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ The _size_ of the circuit is the number of gates (internal nodes).
275275

276276
+ *Complete Boolean basis.*
277277
Extend the synthesis question to include NOT gates (full Boolean basis: AND, OR, NOT).
278-
Encode the synthesis of $"XOR"(x,y) = (x or y) and (not x or not y)$ using a formula of size $lt.eq 4$ (using AND, OR, NOT gates).
278+
Encode the synthesis of $"XOR"(x,y) = (x or y) and #box[$(not x or not y)$]$ using a formula of size $lt.eq 4$ (using AND, OR, NOT gates).
279279
Run a solver and verify the result.
280280
]
281281

0 commit comments

Comments
 (0)