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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(Consumer<Clause> consumer, Interpretation interpretation)
-
Constructor Details
-
RefineLargerSatEncoding
- Parameters:
mapping
- mapping
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceRelativeSatEncoding
- Parameters:
consumer
- consumerinterpretation
- interpretation
-