Equiv
Back to table
/*
Logic-Function-Analysis
Equiv
[LogicFunction g]=Equiv(LogicFunction F1, LogicFunction F1);
F1: a logic function
F2 : a logic function
g : a logic function
Compute the EQUIV operator: g=Equiv(F1,F2).
For according to the definition of the operator EQUIV, this module only allows two inputs.
*/
//-------------------------------------------------------------------
// examples
P=AndOr(){ 1; }
Q=AndOr(){ 2; }
f=Equiv(P,Q);
Print(P,Q,f);
//-------------------------------------------------------------------
// result
Advanced Analysis IsCovering BDD binary() List BinaryNumberToString GrayCode binaryioset() ToROBDD ToTruthTable list() logicvardef long() Not NumberSystem PositiveNumberToMantissa RadixFromIndex SAT MaxSAT Sequential ShortestInputsForDistinguishTwoStates ShortestInputsForTransition AutoAssignInputAndStateVariables CreateCompactTable Balanced Full GetNegativeLogicFunction Substitute Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.