Convert.AndXor.ToAndOr
Back to table
/*
Logic-Function-Analysis
Convert.AndXor.ToAndOr
[AndOr g]=Convert.AndXor.ToAndOr(AndXor f);
f : a logic function in the AndXor form.
g : a logic function in the AndOr form.
Convert a logic object from AndXor to AndOr.
*/
//-------------------------------------------------------------------
// examples
f=AndXor()
{
1;
2;
}
g=Convert.AndXor.ToAndOr(f);
Print(f,g);
//-------------------------------------------------------------------
// result
MatchLogicFunction IsBlankFunction IsInverse IsMonotonicFunction IsSymmetricFunction IsThresholdFunction IsZeroFunction AndOr ToAndOr BCD GrayCode PureBinary bool() ToPOS ToSOP logicvardef MantissaToPositiveNumber PositiveNumberToMantissa OrAnd To2LayerAndXor SAT Forwardly StateVariables ToFeedbackSystem Compatibility ShannonTree StateDeviceName CreateDummyLogicFunction IndependentBase Zero