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 IsBiUnateFunction IsBiUnateFunctionTo IsOneFunction IsSymmetricFunction IsSymmetricFunctionTo IsZeroFunction BCDEx3 ToAndXor ToDualFunction FeedbackSystem list() Get Radixes real Realization ToFullAnd MaxSAT Solve TransitionSeries Backwardly ToFeedbackSystem CreateCompactTableWithFullSimplification HuffmanMealy BestVariableOrder Canonical DontCare string() GetPositiveLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.