Analysis.IsCovering
Back to table
/*
Logic-Function-Analysis
Analysis.IsCovering
[bool result]=Analysis.IsCovering(LogicFunction f, LogicFunction g);
f : a logic function
g : a logic function
result : true | false
Check whether $f \ge g$, where $Not(f) \cdot g = 0$ or $f + Not(g) = 1$.
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g1]=Analysis.IsCovering(f,And(2,-3));
[g2]=Analysis.IsCovering(f,And(-1,2,-3));
Print(f,g1,g2);
//-------------------------------------------------------------------
// result
IsBiUnateFunctionTo IsCovering IsParityFunction IsPositiveFunction IsPositiveUnateFunctionTo IsSelfDualFunction IsUnateFunctionTo IsZeroFunction And ToAndOr List MaxValue binaryioset DiagramGateName Equiv Nand RadixToIndex object() One OrAnd To2LayerOrAnd To2LayerNand Save Sequential AutoAssignInputAndStateVariables ToFeedbackSystem Compatibility SimpleInner GetNegativeLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.