TdZdd  1.1
A top-down/breadth-first decision diagram manipulation framework
List of all members
tdzdd::HybridDdSpec< S, TS, TA, AR > Class Template Reference

Abstract class of DD specifications using both scalar and POD array states. More...

#include <DdSpec.hpp>

Collaboration diagram for tdzdd::HybridDdSpec< S, TS, TA, AR >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from tdzdd::DdSpecBase< S, AR >
std::vector< std::pair< int, int > > findOneInstance () const
 Returns a random instance using simple depth-first search without caching. More...
 
void dumpDot (std::ostream &os=std::cout, std::string title=typenameof< S >()) const
 Dumps the diagram in Graphviz (DOT) format. More...
 
std::string dot (std::string title=typenameof< S >()) const
 Makes an input code for Graphviz. More...
 

Detailed Description

template<typename S, typename TS, typename TA, int AR>
class tdzdd::HybridDdSpec< S, TS, TA, AR >

Abstract class of DD specifications using both scalar and POD array states.

Every implementation must have the following functions:

Optionally, the following functions can be overloaded:

Template Parameters
Sthe class implementing this class.
TSdata type of scalar.
TAdata type of array elements.
ARarity of the nodes.

Definition at line 526 of file DdSpec.hpp.


The documentation for this class was generated from the following file: