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
IsEqual IsThresholdFunction And binaryioset() binaryioset ToDualFunction ToVariableInvertedFunction Dimacs FeedbackSystem logicvardef() logicvardef long() PositiveIntegerToMantissa Radixes object Realization To2LayerOrAnd SAT InputVariables StateTransitionBasedly GetExcitationTable Balanced Fast Canonical MultiCover SimpleCover GetPositiveLogicFunction ComputeFunctionOrder var Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.