<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Fuzzy logic - Page 15 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=fuzzy_logic&amp;p=14">1.Previous</a><br />
<a accesskey="3" href="page.php?w=fuzzy_logic&amp;p=16">3.Next</a>
</p>
<p>of constituents of minimum, where a constituent of minimum is a conjunction of variables of the current area greater than or equal to the function value in this area (to the right of the function value in the inequality, including the function value).</p>

<p>Another set of AND/OR operators is based on multiplication, where</p>

<p><syntaxhighlight lang="text">x AND y = x * yNOT x = 1 - x</syntaxhighlight></p>

<p>Hence, x OR y = NOT( AND( NOT(x), NOT(y) ) )x OR y = NOT( AND( 1 - x, 1 - y) )x OR y = NOT( (1 - x) * (1 - y) )x OR y = 1 - (1 - x)</p><p>
<a accesskey="1" href="page.php?w=fuzzy_logic&amp;p=14">1.Previous</a><br />
<a accesskey="3" href="page.php?w=fuzzy_logic&amp;p=16">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
