Class LargerInterpretationSatEncoding
java.lang.Object
org.tweetyproject.arg.adf.reasoner.sat.encodings.LargerInterpretationSatEncoding
- All Implemented Interfaces:
RelativeSatEncoding
Fixes the two valued assignments and tries to find a two valued assignment for at least one of the undecided ones.
- Author:
- Mathias Hofer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(Consumer<Clause> consumer, Interpretation interpretation)
-
Constructor Details
-
LargerInterpretationSatEncoding
- Parameters:
mapping- mapping
-
-
Method Details
-
encode
- Specified by:
encodein interfaceRelativeSatEncoding- Parameters:
consumer- consumerinterpretation- interpretation
-