Convert.ToDiagram
Back to table
/*
Logic-Function-Analysis
Convert.ToDiagram
[Diagram g]=Convert.ToDiagram(LogicFunction f);
f : a logic function
g : a logic function in the Diagram form.
Convert the first sub logic function into the Diagram form
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.ToDiagram(f);
Print(f,g);
//-------------------------------------------------------------------
// result
PermuteLogicFunction Analysis MinValue bool ToAndXor ToROBDD Diagram ExcitationTable FeedbackSystem Count Nand Not NumberSystem LeastSignificantDigit PositiveDecimalToMantissa To2LayerNor To2LayerAndXor To2LayerNand MaxSAT StateVariables GetExcitationTable Fast Canonical DontCare Shannon string() ComputeFunctionOrder ShrinkLogicFunction var Zero