Simplification.SimpleCover
Back to table
/*
Logic-Function-Analysis
Simplification.SimpleCover
[LogicFunction g]=Simplification.SimpleCover(LogicFunction f);
f : a logic function
g : a logic function may in the simpler form
Simplify a logic function with the simple-cover algorithm.
*/
//-------------------------------------------------------------------
// examples
P=AndOr(){
1,2 ;
-1,3 ;
-1,-2,3 ;
-1,-2,-3 ;
1,2,3 ;
}
[f]=Simplification.MultiCover(P);
Print(f);
//-------------------------------------------------------------------
// result
PermuteLogicFunction IsNegativeUnateFunctionTo IsOneFunction IsPositiveFunction IsSelfAntiDualFunction AndXor NineComplement bool() ToAndXor ToOrAnd ToDiagram ToSOP ToVariableInvertedFunction logicvardef() long LeastSignificantDigit MostSignificantDigit PositiveIntegerToMantissa Radixes RadixFromIndex RadixToIndex Print Forwardly CreateCompactTableWithFullSimplification ROBDD Full TruthTable ComputeDONTCARE EnlargeLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.