Allow restricting positive literals in formula besides percentTrueEntries#353
Open
JNAOB wants to merge 6 commits intofmidue:masterfrom
Open
Allow restricting positive literals in formula besides percentTrueEntries#353JNAOB wants to merge 6 commits intofmidue:masterfrom
percentTrueEntries#353JNAOB wants to merge 6 commits intofmidue:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CLOSE #219
Breaking Changes:
literalsfürCnf,Dnfund Syntaxbäume enthält jetzt DuplikatepercentTrueEntriesheißt jetztpercentRangeModeund ist vom TypPercentRangeModewithRatiowird in diesem Repo nicht mehr genutzt und ist jetzt deprecated. Wenn es nicht außerhalb des Repos benutzt wird, kann es auch gelöscht werden.Module für die
posLiteralsgetestet wirdDecideFillSpecPickSpechat noch einen eigenen Config Check, dass die Range mindestens 30 betragen soll. Ist das ein Artefakt aus der Zeit in dercheckTruthValueRangenoch nicht darauf geachtet hat, dass wirklich eine Instanz möglich ist? Also kannPickan die anderen beiden angepasst werden, in dem der 30 % check gelöscht wird oder soll der Check in Pick auch aufposLiteralsangewendet werden oder weiterhin nur auftrueEntries?In
MinMaxwar der Test eh nie eingeschränkt.Kann es sein, dass im Allgemeinen die Test Suite sowieso nie
percentTrueEntriesgetestet hat, da abgesehen vonMinMaxalle anderen Module nur auf Syntaxbäumen getestet werden und dortpercentTrueEntriesverboten ist?Da in Syntaxbäumen
percentTrueEntriesverboten ist, entspricht das doch quasi keinem Test. Fürs Erste wurde das Verbot auch fürpercentRangeModeübernommen.Wenn diese Fragen geklärt sind, können die Namen und Ausgaben der Funktionen
checkFullRangeForSynTrees,checkTruthValueRangeAndFormulaConfusw. angepasst werden.