Utility.ComputeFunctionOrder
Back to table
/*
Logic-Function-Analysis
Utility.ComputeFunctionOrder
[int order]=Utility.ComputeFunctionOrder(LogicFunction F1)
F1 : a logic function
order : an integer
Compute the order of a logic function.
*/
//-------------------------------------------------------------------
// examples
f = AndXor()
{
1;
2;
3;
}
g=Utility.ComputeFunctionOrder(f);
Print(f,g);
//-------------------------------------------------------------------
// result
Advanced IsBiUnateFunctionTo IsEqual IsMonotonicFunction ToAndOr BCD ToVariableInvertedFunction ToXORP Diagram Dimacs Imply LogicScript MostSignificantDigit RadixFromIndex SOP To2LayerAndXor Solve Save ShortestInputsForTransition Forwardly CreateCompactTable CreateCompactTableWithFullSimplification BestVariableOrder MultiCover TruthTable RandomGenerate AdjustLogicVariableCount EnlargeLogicFunction IndependentBase Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.