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
MatchLogicFunction IsCovering IsMonotonicFunction IsOneFunction IsParityFunction ToAndOr List BCD ToAndXor ToOrAnd ToShannonTree ToTruthTable DiagramGateName Get logicvardef Nor MantissaToPositiveInteger PositiveDecimalToMantissa PositiveIntegerToMantissa object() One ShortestInputsForDistinguishTwoStates ToFeedbackSystem HuffmanMealy Fast MultiCover TimingChart RandomGenerate ComputeFunctionOrder Zero