Analysis.IsMonotonicFunction
Back to table
/*
Logic-Function-Analysis
Analysis.IsMonotonicFunction
[bool result]=Analysis.IsMonotonicFunction(LogicFunction f);
f : a logic function
result : true | false
Check whether $f$ is a monotonic function.
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g]=Analysis.IsMonotonicFunction(f);
Print("IsMonotonicFunction?", g);
//-------------------------------------------------------------------
// result
MatchLogicFunction PermuteLogicFunction IsBiUnateFunctionTo IsInverse IsPositiveFunction IsSelfAntiDualFunction IsUnateFunctionTo AndXor ToAndOr binary() MinValue BCD binary Convert AddXorTerm ToShannonTree Diagram DiagramGateName FeedbackSystem logicvardef() Minus MostSignificantDigit PositiveDecimalToMantissa Solve StateTransitionBasedly BestVariableOrder GetPositiveLogicFunction CreateDummyLogicFunction EnlargeLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.