mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2026-01-30 07:33:38 +00:00
Small comment change
This commit is contained in:
parent
06cca7d32e
commit
51bf1a44d9
1 changed files with 1 additions and 1 deletions
2
vsp.py
2
vsp.py
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue