Sophie

Sophie

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

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::SearchSatDecider 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_1SearchSatDecider.html">SearchSatDecider</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a>  </div>
  <div class="headertitle">
<div class="title">CVC3::SearchSatDecider Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::SearchSatDecider" --><!-- doxytag: inherits="SAT::DPLLT::Decider" --><div class="dynheader">
Inheritance diagram for CVC3::SearchSatDecider:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classCVC3_1_1SearchSatDecider.png" usemap="#CVC3::SearchSatDecider_map" alt=""/>
  <map id="CVC3::SearchSatDecider_map" name="CVC3::SearchSatDecider_map">
<area href="classSAT_1_1DPLLT_1_1Decider.html" alt="SAT::DPLLT::Decider" shape="rect" coords="0,0,156,24"/>
</map>
 </div></div>

<p><a href="classCVC3_1_1SearchSatDecider-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classCVC3_1_1SearchSatDecider.html#aea531ab8aa5fe7c8ebdd094585ac862d">SearchSatDecider</a> (<a class="el" href="classCVC3_1_1SearchSat.html">SearchSat</a> *ss)
<li><a class="el" href="classCVC3_1_1SearchSatDecider.html#a53dcf26ae3f6000c25fd41f7cfb6a15f">~SearchSatDecider</a> ()
<li><a class="el" href="classSAT_1_1Lit.html">Lit</a> <a class="el" href="classCVC3_1_1SearchSatDecider.html#ad58d3667503de13c9921d751f8663e00">makeDecision</a> ()
<dl class="el"><dd class="mdescRight">Make a decision.  <a href="#ad58d3667503de13c9921d751f8663e00"></a><br/></dl></ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li><a class="el" href="classCVC3_1_1SearchSat.html">SearchSat</a> * <a class="el" href="classCVC3_1_1SearchSatDecider.html#a1f0f6fe9b711ecc89ac06edfe1c52aed">d_ss</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="search__sat_8cpp_source.html#l00091">91</a> of file <a class="el" href="search__sat_8cpp_source.html">search_sat.cpp</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aea531ab8aa5fe7c8ebdd094585ac862d"></a><!-- doxytag: member="CVC3::SearchSatDecider::SearchSatDecider" ref="aea531ab8aa5fe7c8ebdd094585ac862d" args="(SearchSat *ss)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::SearchSatDecider::SearchSatDecider </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1SearchSat.html">SearchSat</a> *&#160;</td>
          <td class="paramname"><em>ss</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="search__sat_8cpp_source.html#l00094">94</a> of file <a class="el" href="search__sat_8cpp_source.html">search_sat.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a53dcf26ae3f6000c25fd41f7cfb6a15f"></a><!-- doxytag: member="CVC3::SearchSatDecider::~SearchSatDecider" ref="a53dcf26ae3f6000c25fd41f7cfb6a15f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::SearchSatDecider::~SearchSatDecider </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="search__sat_8cpp_source.html#l00095">95</a> of file <a class="el" href="search__sat_8cpp_source.html">search_sat.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ad58d3667503de13c9921d751f8663e00"></a><!-- doxytag: member="CVC3::SearchSatDecider::makeDecision" ref="ad58d3667503de13c9921d751f8663e00" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classSAT_1_1Lit.html">Lit</a> CVC3::SearchSatDecider::makeDecision </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Make a decision. </p>

<p>Implements <a class="el" href="classSAT_1_1DPLLT_1_1Decider.html#a9a15df2a6d6fdd38d9719f5681c068f2">SAT::DPLLT::Decider</a>.</p>

<p>Definition at line <a class="el" href="search__sat_8cpp_source.html#l00097">97</a> of file <a class="el" href="search__sat_8cpp_source.html">search_sat.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a1f0f6fe9b711ecc89ac06edfe1c52aed"></a><!-- doxytag: member="CVC3::SearchSatDecider::d_ss" ref="a1f0f6fe9b711ecc89ac06edfe1c52aed" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1SearchSat.html">SearchSat</a>* <a class="el" href="classCVC3_1_1SearchSatDecider.html#a1f0f6fe9b711ecc89ac06edfe1c52aed">CVC3::SearchSatDecider::d_ss</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="search__sat_8cpp_source.html#l00092">92</a> of file <a class="el" href="search__sat_8cpp_source.html">search_sat.cpp</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="search__sat_8cpp_source.html">search_sat.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>