Analysis.IsSelfAntiDualFunction
Back to table
/*
Logic-Function-Analysis
Analysis.IsSelfAntiDualFunction
[bool result]=Analysis.IsSelfAntiDualFunction(LogicFunction f);
f : a logic function
result : true | false
Check whether f is self-anti-dual logic function, $f=\not{f^{D}}$.
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g]=Analysis.IsSelfAntiDualFunction(f);
Print("IsSelfAntiDualFunction?", g);
//-------------------------------------------------------------------
// result
IsEqual IsMonotonicFunction IsPositiveFunction IsSelfAntiDualFunction AndXor Binary GrayCode PureBinary ToDiagram ToTruthTable Diagram Dimacs Email long() Radixes RadixFromIndex Or Save ShortestInputsForDistinguishTwoStates Implementation Balanced GetPositiveLogicFunction GetSubTable RandomGenerate Utility ComputeFunctionOrder Normalization Substitute XORP Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.