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
Analysis IsBlankFunction And AbsoluteExpression ToBinary BCD OneComplement StringToBinaryNumber ToAndXor ToDiagram ToDualFunction Diagram DigitalSystem Dimacs Imply minterm() PositiveNumberToMantissa RadixToIndex To2LayerNor To2LayerNand Assign Backwardly CreateCompactTableWithFullSimplification Simplification Fast SimpleCover RandomGenerate CreateDummyLogicFunction Substitute Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.