Allow using newly implemented hybrid method

This commit is contained in:
Dominik Moritz Roth 2022-07-16 13:06:07 +02:00
parent fa167b3e5f
commit 72754525cd

View File

@ -79,9 +79,6 @@ def get_legal_setups(allowedEPTs=None, allowedParStrength=None, allowedCovStreng
for cs in allowedCovStrength:
if ps.value > cs.value:
continue
if ps == Strength.DIAG and cs == Strength.FULL:
# TODO: Implement
continue
for ept in allowedEPTs:
if cs == Strength.FULL:
for pt in allowedPTs: