Sophie

Sophie

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

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::CoreSatAPI_implBase 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_1CoreSatAPI__implBase.html">CoreSatAPI_implBase</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::CoreSatAPI_implBase Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::CoreSatAPI_implBase" --><!-- doxytag: inherits="CVC3::TheoryCore::CoreSatAPI" --><div class="dynheader">
Inheritance diagram for CVC3::CoreSatAPI_implBase:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classCVC3_1_1CoreSatAPI__implBase.png" usemap="#CVC3::CoreSatAPI_implBase_map" alt=""/>
  <map id="CVC3::CoreSatAPI_implBase_map" name="CVC3::CoreSatAPI_implBase_map">
<area href="classCVC3_1_1TheoryCore_1_1CoreSatAPI.html" title="Interface class for callbacks to SAT from Core." alt="CVC3::TheoryCore::CoreSatAPI" shape="rect" coords="0,0,192,24"/>
</map>
 </div></div>

<p><a href="classCVC3_1_1CoreSatAPI__implBase-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_1CoreSatAPI__implBase.html#a23f5c8b714a78e79204017d6565cf265">CoreSatAPI_implBase</a> (<a class="el" href="classCVC3_1_1SearchImplBase.html">SearchImplBase</a> *se)
<li>virtual <a class="el" href="classCVC3_1_1CoreSatAPI__implBase.html#ae93e65ef87f385accf77189dfe21a740">~CoreSatAPI_implBase</a> ()
<li>virtual void <a class="el" href="classCVC3_1_1CoreSatAPI__implBase.html#a0f161d12f8d1c2c6920e747cc6551be0">addLemma</a> (const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;thm, int priority, bool atBottomScope)
<dl class="el"><dd class="mdescRight">Add a new lemma derived by theory core.  <a href="#a0f161d12f8d1c2c6920e747cc6551be0"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1CoreSatAPI__implBase.html#a5447590e73ee5be03de304fb0925bf58">addAssumption</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;assump)
<dl class="el"><dd class="mdescRight">Add an assumption to the set of assumptions in the current context.  <a href="#a5447590e73ee5be03de304fb0925bf58"></a><br/></dl><li>virtual void <a class="el" href="classCVC3_1_1CoreSatAPI__implBase.html#aa2bdec86d7df97040c41f32b6354b89a">addSplitter</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e, int priority)
<dl class="el"><dd class="mdescRight">Suggest a splitter to the Sat engine.  <a href="#aa2bdec86d7df97040c41f32b6354b89a"></a><br/></dl><li>virtual bool <a class="el" href="classCVC3_1_1CoreSatAPI__implBase.html#a81efe1d5fd1132b8a4bbea200a51ff48">check</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
<dl class="el"><dd class="mdescRight">Check the validity of e in the current context.  <a href="#a81efe1d5fd1132b8a4bbea200a51ff48"></a><br/></dl></ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li><a class="el" href="classCVC3_1_1SearchImplBase.html">SearchImplBase</a> * <a class="el" href="classCVC3_1_1CoreSatAPI__implBase.html#a5e73a31f4fe51b66e5a7fd0f799ed6c0">d_se</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__impl__base_8cpp_source.html#l00040">40</a> of file <a class="el" href="search__impl__base_8cpp_source.html">search_impl_base.cpp</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a23f5c8b714a78e79204017d6565cf265"></a><!-- doxytag: member="CVC3::CoreSatAPI_implBase::CoreSatAPI_implBase" ref="a23f5c8b714a78e79204017d6565cf265" args="(SearchImplBase *se)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::CoreSatAPI_implBase::CoreSatAPI_implBase </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1SearchImplBase.html">SearchImplBase</a> *&#160;</td>
          <td class="paramname"><em>se</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="search__impl__base_8cpp_source.html#l00043">43</a> of file <a class="el" href="search__impl__base_8cpp_source.html">search_impl_base.cpp</a>.</p>

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

<p>Definition at line <a class="el" href="search__impl__base_8cpp_source.html#l00044">44</a> of file <a class="el" href="search__impl__base_8cpp_source.html">search_impl_base.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a0f161d12f8d1c2c6920e747cc6551be0"></a><!-- doxytag: member="CVC3::CoreSatAPI_implBase::addLemma" ref="a0f161d12f8d1c2c6920e747cc6551be0" args="(const Theorem &amp;thm, int priority, bool atBottomScope)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void CVC3::CoreSatAPI_implBase::addLemma </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;&#160;</td>
          <td class="paramname"><em>thm</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>priority</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>atBottomScope</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Add a new lemma derived by theory core. </p>

<p>Implements <a class="el" href="classCVC3_1_1TheoryCore_1_1CoreSatAPI.html#a01d21bdfe363edfaf6704bd1263fa1fe">CVC3::TheoryCore::CoreSatAPI</a>.</p>

<p>Definition at line <a class="el" href="search__impl__base_8cpp_source.html#l00045">45</a> of file <a class="el" href="search__impl__base_8cpp_source.html">search_impl_base.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a5447590e73ee5be03de304fb0925bf58"></a><!-- doxytag: member="CVC3::CoreSatAPI_implBase::addAssumption" ref="a5447590e73ee5be03de304fb0925bf58" args="(const Expr &amp;assump)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CVC3::CoreSatAPI_implBase::addAssumption </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>assump</em></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Add an assumption to the set of assumptions in the current context. </p>
<p><a class="el" href="classCVC3_1_1Assumptions.html">Assumptions</a> have the form e |- e </p>

<p>Implements <a class="el" href="classCVC3_1_1TheoryCore_1_1CoreSatAPI.html#ac56278526add1e4e1a92964a5db037bf">CVC3::TheoryCore::CoreSatAPI</a>.</p>

<p>Definition at line <a class="el" href="search__impl__base_8cpp_source.html#l00047">47</a> of file <a class="el" href="search__impl__base_8cpp_source.html">search_impl_base.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="aa2bdec86d7df97040c41f32b6354b89a"></a><!-- doxytag: member="CVC3::CoreSatAPI_implBase::addSplitter" ref="aa2bdec86d7df97040c41f32b6354b89a" args="(const Expr &amp;e, int priority)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void CVC3::CoreSatAPI_implBase::addSplitter </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>priority</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Suggest a splitter to the Sat engine. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">e</td><td>is a literal. </td></tr>
    <tr><td class="paramname">priority</td><td>is between -10 and 10. A priority above 0 indicates that the splitter should be favored. A priority below 0 indicates that the splitter should be delayed. </td></tr>
  </table>
  </dd>
</dl>

<p>Implements <a class="el" href="classCVC3_1_1TheoryCore_1_1CoreSatAPI.html#a241159d6c0886d7e3584c8335d87e38e">CVC3::TheoryCore::CoreSatAPI</a>.</p>

<p>Definition at line <a class="el" href="search__impl__base_8cpp_source.html#l00049">49</a> of file <a class="el" href="search__impl__base_8cpp_source.html">search_impl_base.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a81efe1d5fd1132b8a4bbea200a51ff48"></a><!-- doxytag: member="CVC3::CoreSatAPI_implBase::check" ref="a81efe1d5fd1132b8a4bbea200a51ff48" args="(const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool CVC3::CoreSatAPI_implBase::check </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e</em></td><td>)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Check the validity of e in the current context. </p>

<p>Implements <a class="el" href="classCVC3_1_1TheoryCore_1_1CoreSatAPI.html#a80d37ba26c6d5091f2ecf3a3b4d2a484">CVC3::TheoryCore::CoreSatAPI</a>.</p>

<p>Definition at line <a class="el" href="search__impl__base_8cpp_source.html#l00054">54</a> of file <a class="el" href="search__impl__base_8cpp_source.html">search_impl_base.cpp</a>.</p>

<p>References <a class="el" href="queryresult_8h_source.html#l00035">CVC3::VALID</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a5e73a31f4fe51b66e5a7fd0f799ed6c0"></a><!-- doxytag: member="CVC3::CoreSatAPI_implBase::d_se" ref="a5e73a31f4fe51b66e5a7fd0f799ed6c0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1SearchImplBase.html">SearchImplBase</a>* <a class="el" href="classCVC3_1_1CoreSatAPI__implBase.html#a5e73a31f4fe51b66e5a7fd0f799ed6c0">CVC3::CoreSatAPI_implBase::d_se</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="search__impl__base_8cpp_source.html#l00041">41</a> of file <a class="el" href="search__impl__base_8cpp_source.html">search_impl_base.cpp</a>.</p>

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