Analysis.IsPositiveUnateFunctionTo
Back to table
/*
Logic-Function-Analysis
Analysis.IsPositiveUnateFunctionTo
[bool result]=Analysis.IsPositiveUnateFunctionTo(LogicFunction f, var() x);
f : a logic function
x : the index of the variable
result : true | false
Check whether $f$ is positive unate function to its variable x.
The unateness indicates the effect of its logic variables with a logic function when they change their value between (0,1).
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g]=Analysis.IsPositiveUnateFunctionTo(f, var(1));
Print("IsPositiveUnateFunctionTo?", g);
h=AndOr(){ 1,2,3; }
[g]=Analysis.IsPositiveUnateFunctionTo(h, var(1));
Print("IsPositiveUnateFunctionTo?", g);
//-------------------------------------------------------------------
// result
IsMonotonicFunction IsParityFunction IsPositiveUnateFunctionTo IsSelfAntiDualFunction IsThresholdFunction BDD BCDEx3 NineComplement OneComplement TwoComplement ToOrAnd ToNotFunction ToVariableInvertedFunction Get Nand Nor Not NumberSystem LeastSignificantDigit PermutationMatrix Print TransitionSeries AutoAssignInputAndStateVariables ShannonTree DontCare MultiCover StateTransition string() CreateDummyLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.