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 IsSymmetricFunctionTo AndXor List MinValue NineComplement StringToBinaryNumber bool() Diagram ExcitationTable list() Get minterm() MantissaToPositiveInteger MantissaToPositiveNumber One Realization SAT AutoAssignInputAndStateVariables Forwardly Simplification HuffmanMealy string GetDontCareLogicFunction GetPositiveLogicFunction RandomGenerate SemanticEval Substitute Xor Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.