Uses of Enum Class
org.tweetyproject.logics.qbf.parser.QdimacsParser.Answer
Packages that use QdimacsParser.Answer
-
Uses of QdimacsParser.Answer in org.tweetyproject.logics.qbf.parser
Subclasses with type arguments of type QdimacsParser.Answer in org.tweetyproject.logics.qbf.parserModifier and TypeClassDescriptionstatic enum
Possible answers that solvers can find for a given QDIMACS problem.Methods in org.tweetyproject.logics.qbf.parser that return QdimacsParser.AnswerModifier and TypeMethodDescriptionQdimacsParser.parseQDimacsOutput
(String output) Parses the answer from a given QDIMACS output file.static QdimacsParser.Answer
Returns the enum constant of this class with the specified name.static QdimacsParser.Answer[]
QdimacsParser.Answer.values()
Returns an array containing the constants of this enum class, in the order they are declared.