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) Encodes clauses relative to the given interpretation.
-
Constructor Details
-
LargerInterpretationSatEncoding
- Parameters:
mapping- mapping
-
-
Method Details
-
encode
Description copied from interface:RelativeSatEncodingEncodes clauses relative to the given interpretation.- Specified by:
encodein interfaceRelativeSatEncoding- Parameters:
consumer- the consumer that receives generated clausesinterpretation- the reference interpretation
-