edu.toronto.cs.mdd
Class MDDValueCollector

java.lang.Object
  extended by edu.toronto.cs.mdd.MDDValueCollector

public class MDDValueCollector
extends java.lang.Object

Given an MDDNode returns an array representing the same function


Method Summary
static int[][] collectValues(MDDNode node, int totalVars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

collectValues

public static int[][] collectValues(MDDNode node,
                                    int totalVars)