Small comment change

This commit is contained in:
Brandon Rozek 2026-01-27 15:26:16 -05:00
parent 06cca7d32e
commit 51bf1a44d9

2
vsp.py
View file

@ -244,7 +244,7 @@ def logic_has_vsp(logic: Logic, size: int) -> Optional[Tuple[Model, VSP_Result]]
)
)
# x -> y is non-designated
# x -> y is non-designated for any x in k1 and y in k2
Impfn = encoder.operation_function_map[Implication]
for (x, y) in product(encoder.smt_carrier_set, encoder.smt_carrier_set):
encoder.solver.add(