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
IsCovering IsInverse IsUnateFunctionTo IsZeroFunction BDD MaxValue binary bool ExcitationTable FeedbackSystem Nand Nor MantissaToPositiveNumber PositiveDecimalToMantissa PositiveIntegerToMantissa object() One POS To2LayerAndOr AutoAssignInputAndStateVariables CreateCompactTableWithFullSimplification Implementation ToDigitalSystem StateDeviceName GetPositiveLogicFunction RandomGenerate AdjustLogicVariableCount ComputeDONTCARE CreateDummyLogicFunction Zero