Added small note

This commit is contained in:
Brandon Rozek 2025-02-09 11:00:39 -05:00
parent 2ff9f8134c
commit f9d307969e

1
vsp.py
View file

@ -151,6 +151,7 @@ def has_vsp(model: Model, impfunction: ModelFunction, mconjunction: Optional[Mod
# NOTE: Optimization
# If a subalgebra doesn't have at least one
# designated value, move onto the next pair.
# Depends on no intersection between xs and ys
if len(xs & model.designated_values) == 0:
continue