Class RefineLargerSatEncoding
java.lang.Object
org.tweetyproject.arg.adf.reasoner.sat.encodings.RefineLargerSatEncoding
- All Implemented Interfaces:
RelativeSatEncoding
Prevents smaller interpretations from being computed, but also allows different interpretations of at least the same size.
- 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
-
RefineLargerSatEncoding
- 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
-