ShannonTree.ROBDD
Back to table
/*
Shannon-Tree
ShannonTree.ROBDD
[BDD tree]=ShannonTree.ROBDD(LogicFunction F);
F : a logic function
tree : a logic function in the BDD form
Generate the ROBDD (reduced and ordered binary decision diagram).
*/
//-------------------------------------------------------------------
// examples
f = AndOr()
{
2,4;
1,-3;
-1,2,3;
-1,2,3,4;
-2,-4;
}
g=ShannonTree.ROBDD(f);
Print(f,g);
//-------------------------------------------------------------------
// result
MatchLogicFunction Analysis IsBiUnateFunctionTo IsBlankFunction IsNegativeUnateFunctionTo ToAndOr Binary FromBinary ToXORP Dimacs Equiv FeedbackSystem list() Get long() LeastSignificantDigit object() To2LayerNor FullTable BestVariableOrder Canonical Full SimpleCover string Utility AdjustLogicVariableCount ShrinkLogicFunction var Xor Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.