Interface SatEncoding

All Known Implementing Classes:
BipolarSatEncoding, ConflictFreeInterpretationSatEncoding, KBipolarSatEncoding, RestrictedBipolarSatEncoding, RestrictedKBipolarSatEncoding, TwoValuedModelSatEncoding

public interface SatEncoding
The SatEncoding interface represents a generic SAT encoding mechanism. Implementations of this interface are responsible for encoding specific structures into SAT clauses and providing them to a given consumer.
Author:
Mathias Hofer