Convert.ToDualFunction
Back to table
/*
Logic-Function-Analysis
Convert.ToDualFunction
[AndOr g]=Convert.ToDualFunction(LogicFunction f);
f : a logic function
g : a logic functin in the AndOr form
Compute the DUAL function, expressed in the AndOr form.
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.ToDualFunction(f);
Print(f,g);
//-------------------------------------------------------------------
// result
Analysis AndXor ToAndOr binary() List MaxValue MinValue StringToBinaryNumber bool() ToXORP Dimacs Equiv ExcitationTable list() Get minterm Minus object() To2LayerNor To2LayerNand StateVariables CreateCompactTableWithFullSimplification ShannonTree SimpleCover StateTransition string() TruthTable GetSubTable var Zero