Package de.uni_due.inf.ti.raven.encodings

Classes to encode the state space and the transitions of the various graph automata.

See: Description

Package de.uni_due.inf.ti.raven.encodings Description

Classes to encode the state space and the transitions of the various graph automata. The classes in this package are used to abstract from the concrete implementation of the BDD encoding. Instead an interface for each automaton type (i.e. colorability, dominating set, ...) is provided which offers uniform methods to access the encoding information which is implemented by the different concrete encodings.