Class FixPartialSatEncoding
- java.lang.Object
-
- net.sf.tweety.arg.adf.reasoner.sat.encodings.FixPartialSatEncoding
-
- All Implemented Interfaces:
SatEncoding
public class FixPartialSatEncoding extends java.lang.Object implements SatEncoding
Fixes the already assigned true/false values.- Author:
- Mathias Hofer
-
-
Constructor Summary
Constructors Constructor Description FixPartialSatEncoding(Interpretation interpretation)
FixPartialSatEncoding(Interpretation interpretation, Proposition toggle)
-
Method Summary
Modifier and Type Method Description void
encode(java.util.function.Consumer<Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.tweety.arg.adf.reasoner.sat.encodings.SatEncoding
encode, encode
-
-
-
-
Constructor Detail
-
FixPartialSatEncoding
public FixPartialSatEncoding(Interpretation interpretation)
- Parameters:
interpretation
- the interpretation which is used to fix values
-
FixPartialSatEncoding
public FixPartialSatEncoding(Interpretation interpretation, Proposition toggle)
- Parameters:
interpretation
- the interpretation which is used to fix valuestoggle
- the toggle to activate the encoding
-
-
Method Detail
-
encode
public void encode(java.util.function.Consumer<Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)
- Specified by:
encode
in interfaceSatEncoding
-
-