mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2026-01-30 07:33:38 +00:00
Small comment change
This commit is contained in:
parent
bf86bfd83e
commit
51f8adcd44
1 changed files with 1 additions and 1 deletions
2
model.py
2
model.py
|
|
@ -281,7 +281,7 @@ def rule_satisfied(
|
|||
rule: Rule, valuations: List[Dict[PropositionalVariable, ModelValue]],
|
||||
interpretation: Dict[Operation, ModelFunction], designated_values: Set[ModelValue]) -> bool:
|
||||
"""
|
||||
Checks whether a rule holds under all valuations listed in mapping.
|
||||
Checks whether a rule holds under all valuations.
|
||||
|
||||
If there is a mapping where the premise holds but the consequent does
|
||||
not then this returns False.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue