Convert.AndOr.ToAndXor
Back to table
/*
Logic-Function-Analysis
Convert.AndOr.ToAndXor
[AndXor g]=Convert.AndOr.ToAndXor(AndOr f);
f : a logic function in the AndOr form
g : a logic function in the AndXor form
Convert a logic object from AndOr to AndXor.
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.AndOr.ToAndXor(f);
Print(f,g);
//-------------------------------------------------------------------
// result
IsBlankFunction IsUnateFunction AndOr BDD OneComplement StringToBinaryNumber TwoComplement ToAndXor Eq Imply logicvardef Not RadixToIndex POS real() CreateCompactTableWithFullSimplification Implementation Compatibility Fast Shannon StateDeviceName string() GetNegativeLogicFunction Utility ComputeFunctionOrder EnlargeLogicFunction Substitute var() var Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.