Skip to content

Commit

Permalink
Ajuste comentarios 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eljavatar committed Sep 15, 2018
1 parent dafc1e1 commit e6ce9f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Reglas.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ def clavesCandidatas(r, listDFL3):
if atr not in zw:
zw.append(atr)
zw.sort()
# Conservamos cada posible clave en t, si no está en la lista de implicantes e implicados (z + w)
# Conservamos cada posible clave en t, si no está en la lista del
# cierre de implicantes e implicados (z* + w)
v = [posible for posible in r.dataT if posible not in zw]
#print("v = ", v)

Expand Down

0 comments on commit e6ce9f8

Please sign in to comment.