Convert.ToROBDD
Back to table
/*
Logic-Function-Analysis
Convert.ToROBDD
[BDD g]=Convert.ToROBDD(LogicFunction f);
f : a logic function
g : a logic function in the BDD form
Compute the BDD of the logic object
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.ToROBDD(f);
Print(f,g);
//-------------------------------------------------------------------
// result
IsZeroFunction ToAndOr Binary BCD GrayCode StringToBinaryNumber ToDiagram ToPOS ToROBDD ToVariableInvertedFunction ToXORP minterm Nand object() One To2LayerOrAnd Save Assign OutputAndStateBasedly StateTransitionBasedly ToFeedbackSystem FastVerificationData GetPositiveLogicFunction AdjustLogicVariableCount EnlargeLogicFunction IndependentBase Normalization SemanticEval XORP Zero