Convert.AndOr.ToOrAnd
Back to table
/*
Logic-Function-Analysis
Convert.AndOr.ToOrAnd
[OrAnd g]=Convert.AndOr.ToOrAnd(AndOr f);
f : a logic function in the AndOr form
g : a logic function in the OrAnd form
Convert a logic object from AndOr to OrAnd.
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.AndOr.ToOrAnd(f);
Print(f,g);
//-------------------------------------------------------------------
// result
Advanced PermuteLogicFunction IsCovering IsSymmetricFunctionTo IsUnateFunction AndOr FromBinary MaxValue MinValue StringToBinaryNumber TwoComplement bool() AddXorTerm ToROBDD ToVariableInvertedFunction Diagram DigitalSystem Not LeastSignificantDigit Radixes Print MaxSAT Sequential CreateCompactTableWithFullSimplification GetExcitationTable DontCare GetNegativeLogicFunction CreateDummyLogicFunction Substitute Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.