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
IsCovering IsMonotonicFunction IsSymmetricFunction IsUnateFunctionTo MaxValue ToBinary binary bool ToOrAnd ToXORP Diagram long NumberSystem LeastSignificantDigit PositiveDecimalToMantissa Radixes To2LayerAndOr To2LayerAndXor ToStateTransitionTable CreateCompactTable GetExcitationTable To2layerOrAnd Simplification ShannonTree MultiCover GetDontCareLogicFunction RandomGenerate IndependentBase Normalization Zero