Convert.ToTruthTable
Back to table
/*
Logic-Function-Analysis
Convert.ToTruthTable
[TruthTable g]=Convert.ToTruthTable(LogicFunction f);
f : a logic function
g : a logic function in the TruthTable form
Compute the truth-table of the logic object
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.ToTruthTable(f);
Print(f,g);
//-------------------------------------------------------------------
// result
IsParityFunction IsThresholdFunction Binary BinaryNumberToString binaryioset() binaryioset ToOrAnd ToDualFunction ToTruthTable ToXORP MantissaToPositiveNumber PositiveIntegerToMantissa PositiveNumberToMantissa RadixFromIndex MaxSAT Save TransitionSeries Implementation To2layerOrAnd BestVariableOrder Fast DontCare StateDeviceName ComputeDONTCARE EnlargeLogicFunction IndependentBase Normalization ShrinkLogicFunction Xor Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.