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