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
IsBiUnateFunction IsBiUnateFunctionTo And AndXor AbsoluteExpression binaryioset bool Convert ToNotFunction ToVariableInvertedFunction ToXORP Diagram Equiv Get LeastSignificantDigit POS real() To2LayerNor MaxSAT Save TransitionSeries Implementation FullTable ROBDD SimpleInner string() CreateFromLogicFunctions EnlargeLogicFunction ShrinkLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.