Analysis.IsSelfDualFunction
Back to table
/*
Logic-Function-Analysis
Analysis.IsSelfDualFunction
[bool result]=Analysis.IsSelfDualFunction(LogicFunction f);
f : a logic function
result : true | false
Check whether $f$ is self-dual logic function, $f=f^{D}$.
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g]=Analysis.IsSelfDualFunction(f);
Print("IsSelfDualFunction?", g);
//-------------------------------------------------------------------
// result
IsNegativeUnateFunctionTo IsThresholdFunction And AndXor AbsoluteExpression OneComplement TwoComplement Convert ToROBDD DigitalSystem Email Load logicvardef Nand Save StateVariables OutputAndStateBasedly GetExcitationTable Implementation Balanced SimpleCover string() string GetNegativeLogicFunction GetPositiveLogicFunction ComputeFunctionOrder ShannonExpansion ShrinkLogicFunction Substitute Zero