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
IsBlankFunction IsSelfDualFunction IsSymmetricFunction IsSymmetricFunctionTo AndXor ToAndOr Binary FromBinary PureBinary binary ToAndXor ToOrAnd DiagramGateName Imply long NumberSystem MostSignificantDigit One Save ShortestInputsForDistinguishTwoStates ShortestInputsForTransition InputVariables ToStateTransitionTable CreateCompactTable Compatibility BestVariableOrder Canonical DontCare SimpleCover Zero
Rapua tenei Paetukutuku :
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.