BDD.ToAndOr
Back to table
/*
Logic-Function-Analysis
BDD.ToAndOr
[AndOr() g]=BDD.ToAndOr(BDD drgm);
drgm : a logic function in the BDD form
g : a list of AndOr logic functions.
Convert a BDD to the AndOr logic functions.
*/
//-------------------------------------------------------------------
// examples
[f] = BDD[3]()
{
/// output: nodeIndex '->' (nodeVariable) '->' nodeIndex/value ';'
/// internal: nodeIndex '->' (nodeVariable) '->' THEN(nodeIndex/value) ',' ELSE(nodeIndex/value) ';'
/// value : T/F for TRUE/FALSE
1->(3)->2;
2->(1)->3,6;
3->(2)->F,T;
6->(2)->T,F;
}
[g]=BDD.ToAndOr(f);
Print(f,g);
//-------------------------------------------------------------------
// result
MatchLogicFunction IsEqual IsPositiveFunction IsSymmetricFunctionTo IsThresholdFunction IsUnateFunctionTo And TwoComplement AddXorTerm ToPOS Dimacs Email FeedbackDiagram NumberSystem MantissaToPositiveInteger object To2LayerNor To2LayerAndOr ToFullAnd ShortestInputsForDistinguishTwoStates ShortestInputsForTransition TransitionSeries ToFeedbackSystem Simplification Balanced SimpleInner StateTransition TimingChart Normalization Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.