Utility.CreateDummyLogicFunction
Back to table
/*
Logic-Function-Analysis
Utility.CreateDummyLogicFunction
[LogicFunction g]=Utility.CreateDummyLogicFunction(string Type, int bitCount, int dataCount);
Type : one of "AndOr", "OrAnd", "AndXor".
bitCount : the number of the inputs.
dataCount : the total number of the logic terms.
Create a dummy logic function. Type={AndOr, OrAnd, AndXor}.
This module is free of charge in the LogicScript.
*/
//-------------------------------------------------------------------
// examples
[f]=Utility.CreateDummyLogicFunction("OrAnd",4,5);
g=Simplification.Shannon(f);
h=And(f,Not(g));
Print(f,g,h);
//-------------------------------------------------------------------
// result
IsSymmetricFunctionTo BDD NineComplement binary binaryioset ToOrAnd ToTruthTable Email Minus LeastSignificantDigit MostSignificantDigit PositiveDecimalToMantissa PositiveIntegerToMantissa Realization To2LayerOrAnd SOP MaxSAT AutoAssignInputAndStateVariables Forwardly StateVariables GetExcitationTable To2layerOrAnd Full Shannon string() CreateFromLogicFunctions ComputeFunctionOrder EnlargeLogicFunction var() Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.