mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2025-07-29 20:52:01 +00:00
Added small note
This commit is contained in:
parent
2ff9f8134c
commit
f9d307969e
1 changed files with 1 additions and 0 deletions
1
vsp.py
1
vsp.py
|
@ -151,6 +151,7 @@ def has_vsp(model: Model, impfunction: ModelFunction, mconjunction: Optional[Mod
|
||||||
# NOTE: Optimization
|
# NOTE: Optimization
|
||||||
# If a subalgebra doesn't have at least one
|
# If a subalgebra doesn't have at least one
|
||||||
# designated value, move onto the next pair.
|
# designated value, move onto the next pair.
|
||||||
|
# Depends on no intersection between xs and ys
|
||||||
if len(xs & model.designated_values) == 0:
|
if len(xs & model.designated_values) == 0:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue