mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2026-01-30 07:33:38 +00:00
Some comment changes
This commit is contained in:
parent
07d7b2fdb1
commit
f8eca388d4
2 changed files with 3 additions and 4 deletions
2
vsp.py
2
vsp.py
|
|
@ -168,7 +168,7 @@ def has_vsp_smt(model: Model, impfn: ModelFunction) -> VSP_Result:
|
|||
)
|
||||
)
|
||||
|
||||
# x -> y is non-designated
|
||||
# x -> y is non-designated for any x in K1 and y in K2
|
||||
smt_imp = encoder.model_function_map[impfn]
|
||||
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