We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3991062
/* Example */ var expression = new Expression("A * B + A * !B"); var simplified = await expression.Simplify(); Console.WriteLine(simplified); // "A"