Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 583ffa4ba069126c3ba0bc565dc0485a > files > 518

cvc3-doc-2.4.1-1.fc15.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>CVC3: CVC3::TheoryArith3::VarOrderGraph Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">CVC3&#160;<span id="projectnumber">2.4.1</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespaceCVC3.html">CVC3</a>      </li>
      <li class="navelem"><a class="el" href="classCVC3_1_1TheoryArith3.html">TheoryArith3</a>      </li>
      <li class="navelem"><a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html">VarOrderGraph</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-methods">Private Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a>  </div>
  <div class="headertitle">
<div class="title">CVC3::TheoryArith3::VarOrderGraph Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::TheoryArith3::VarOrderGraph" -->
<p><a href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li>void <a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html#a51dbff9f12b47c8ad5e0724a12dacc51">addEdge</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e1, const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e2)
<li>bool <a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html#acaacdf139637b2d7a2a47a341c8be640">lessThan</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e1, const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e2)
<li>void <a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html#a0a69fb1270ba25e41ed948f1eb0417d9">selectLargest</a> (const std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;v1, std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;v2)
<li>void <a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html#aab3e30fe8063d2feeddac9f4226a2f60">selectSmallest</a> (std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;v1, std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;v2)
</ul>
<h2><a name="pri-methods"></a>
Private Member Functions</h2>
<ul>
<li>bool <a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html#a6ac9265a0a7221011c0411bf17288ec9">dfs</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e1, const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e2)
</ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li><a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a>&lt; std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &gt; <a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html#addddfffbec3000a4203e471639b6bfab">d_edges</a>
<li><a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a>&lt; bool &gt; <a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html#a16d50d02f53c31cfa278e25f3f6db518">d_cache</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="theory__arith3_8h_source.html#l00115">115</a> of file <a class="el" href="theory__arith3_8h_source.html">theory_arith3.h</a>.</p>
</div><hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a6ac9265a0a7221011c0411bf17288ec9"></a><!-- doxytag: member="CVC3::TheoryArith3::VarOrderGraph::dfs" ref="a6ac9265a0a7221011c0411bf17288ec9" args="(const Expr &amp;e1, const Expr &amp;e2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool TheoryArith3::VarOrderGraph::dfs </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e2</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__arith3_8cpp_source.html#l01734">1734</a> of file <a class="el" href="theory__arith3_8cpp_source.html">theory_arith3.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a51dbff9f12b47c8ad5e0724a12dacc51"></a><!-- doxytag: member="CVC3::TheoryArith3::VarOrderGraph::addEdge" ref="a51dbff9f12b47c8ad5e0724a12dacc51" args="(const Expr &amp;e1, const Expr &amp;e2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TheoryArith3::VarOrderGraph::addEdge </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e2</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__arith3_8cpp_source.html#l01716">1716</a> of file <a class="el" href="theory__arith3_8cpp_source.html">theory_arith3.cpp</a>.</p>

<p>References <a class="el" href="debug_8h_source.html#l00408">DebugAssert</a>, <a class="el" href="expr_8cpp_source.html#l00344">CVC3::Expr::toString()</a>, and <a class="el" href="kinds_8h_source.html#l00099">TRACE</a>.</p>

</div>
</div>
<a class="anchor" id="acaacdf139637b2d7a2a47a341c8be640"></a><!-- doxytag: member="CVC3::TheoryArith3::VarOrderGraph::lessThan" ref="acaacdf139637b2d7a2a47a341c8be640" args="(const Expr &amp;e1, const Expr &amp;e2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool TheoryArith3::VarOrderGraph::lessThan </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e2</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__arith3_8cpp_source.html#l01726">1726</a> of file <a class="el" href="theory__arith3_8cpp_source.html">theory_arith3.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a0a69fb1270ba25e41ed948f1eb0417d9"></a><!-- doxytag: member="CVC3::TheoryArith3::VarOrderGraph::selectLargest" ref="a0a69fb1270ba25e41ed948f1eb0417d9" args="(const std::vector&lt; Expr &gt; &amp;v1, std::vector&lt; Expr &gt; &amp;v2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TheoryArith3::VarOrderGraph::selectLargest </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>v1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>v2</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__arith3_8cpp_source.html#l01780">1780</a> of file <a class="el" href="theory__arith3_8cpp_source.html">theory_arith3.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="aab3e30fe8063d2feeddac9f4226a2f60"></a><!-- doxytag: member="CVC3::TheoryArith3::VarOrderGraph::selectSmallest" ref="aab3e30fe8063d2feeddac9f4226a2f60" args="(std::vector&lt; Expr &gt; &amp;v1, std::vector&lt; Expr &gt; &amp;v2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void TheoryArith3::VarOrderGraph::selectSmallest </td>
          <td>(</td>
          <td class="paramtype">std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>v1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>v2</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__arith3_8cpp_source.html#l01752">1752</a> of file <a class="el" href="theory__arith3_8cpp_source.html">theory_arith3.cpp</a>.</p>

<p>Referenced by <a class="el" href="theory__arith3_8cpp_source.html#l02248">CVC3::TheoryArith3::assignVariables()</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="addddfffbec3000a4203e471639b6bfab"></a><!-- doxytag: member="CVC3::TheoryArith3::VarOrderGraph::d_edges" ref="addddfffbec3000a4203e471639b6bfab" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a>&lt;std::vector&lt;<a class="el" href="classCVC3_1_1Expr.html">Expr</a>&gt; &gt; <a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html#addddfffbec3000a4203e471639b6bfab">CVC3::TheoryArith3::VarOrderGraph::d_edges</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__arith3_8h_source.html#l00116">116</a> of file <a class="el" href="theory__arith3_8h_source.html">theory_arith3.h</a>.</p>

</div>
</div>
<a class="anchor" id="a16d50d02f53c31cfa278e25f3f6db518"></a><!-- doxytag: member="CVC3::TheoryArith3::VarOrderGraph::d_cache" ref="a16d50d02f53c31cfa278e25f3f6db518" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a>&lt;bool&gt; <a class="el" href="classCVC3_1_1TheoryArith3_1_1VarOrderGraph.html#a16d50d02f53c31cfa278e25f3f6db518">CVC3::TheoryArith3::VarOrderGraph::d_cache</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__arith3_8h_source.html#l00117">117</a> of file <a class="el" href="theory__arith3_8h_source.html">theory_arith3.h</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="theory__arith3_8h_source.html">theory_arith3.h</a></li>
<li><a class="el" href="theory__arith3_8cpp_source.html">theory_arith3.cpp</a></li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Wed Sep 7 2011 for CVC3 by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>