We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... ist nicht durchgehend konsistent.
Manchmal wird es im Sinne von "atomare Formel oder deren Negation" verwendet, manchmal für "atomare Formel".
In der Vorlesung ist A eine atomare Formel und sowohl A also auch ~A sind Literale.
A
~A
Eine Stelle, an der die Unstimmigkeit an die Nutzenden leaked, ist:
logic-tasks/src/Config.hs
Lines 248 to 251 in 5e374e3
usedAtoms
usedLiterals
Vielleicht gibt es noch weitere "Leaks".
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
... ist nicht durchgehend konsistent.
Manchmal wird es im Sinne von "atomare Formel oder deren Negation" verwendet, manchmal für "atomare Formel".
In der Vorlesung ist
A
eine atomare Formel und sowohlA
also auch~A
sind Literale.Eine Stelle, an der die Unstimmigkeit an die Nutzenden leaked, ist:
logic-tasks/src/Config.hs
Lines 248 to 251 in 5e374e3
usedAtoms
stattusedLiterals
stehen.Vielleicht gibt es noch weitere "Leaks".
The text was updated successfully, but these errors were encountered: