Convert.ToNotFunction
Back to table
/*
Logic-Function-Analysis
Convert.ToNotFunction
[LogicFunction g]=Convert.ToNotFunction(LogicFunction f);
f : a logic function
g : a logic function
Compute the NOT function.
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.ToNotFunction(f);
Print(f,g);
//-------------------------------------------------------------------
// result
Analysis binary() ToBinary NineComplement bool ToDiagram ToROBDD ToShannonTree ToVariableInvertedFunction DiagramGateName Dimacs FeedbackSystem Count logicvardef long() Nor MantissaToPositiveNumber Realization SOP To2LayerAndXor ToFullAnd Forwardly FullTable Fast MultiCover CreateFromLogicFunctions GetDontCareLogicFunction GetNegativeLogicFunction AdjustLogicVariableCount Zero