Simplification.MultiCover
Back to table
/*
Logic-Function-Analysis
Simplification.MultiCover
[LogicFunction g]=Simplification.MultiCover(LogicFunction f);
f : a logic function
g : a logic function may in the simpler form
Simplify a logic function with the multi-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
Analysis AndXor AbsoluteExpression FromBinary ToBinary BinaryNumberToString PureBinary TwoComplement ToDiagram ToNotFunction ToTruthTable FeedbackDiagram FeedbackSystem Not LeastSignificantDigit MantissaToPositiveNumber MostSignificantDigit OrAnd real() MaxSAT ShortestInputsForDistinguishTwoStates Backwardly Fast Shannon SimpleCover SimpleInner string AdjustLogicVariableCount var Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.