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
IsPositiveFunction IsSymmetricFunction IsThresholdFunction And ToBinary PureBinary binary binaryioset ToNotFunction ToXORP FeedbackDiagram long Nor Radixes object Print real() To2LayerAndOr To2LayerAndXor Solve StateVariables CreateCompactTableWithFullSimplification Canonical MultiCover string TruthTable Utility CreateDummyLogicFunction Normalization Zero