Sophie

Sophie

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

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: dpllt_basic.cpp File 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><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">dpllt_basic.cpp File Reference</div>  </div>
</div>
<div class="contents">

<p>Basic implementation of dpllt module using generic sat solver.  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;<a class="el" href="dpllt__basic_8h_source.html">dpllt_basic.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="cnf_8h_source.html">cnf.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="sat__api_8h_source.html">sat_api.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="exception_8h_source.html">exception.h</a>&quot;</code><br/>
</div>
<p><a href="dpllt__basic_8cpp_source.html">Go to the source code of this file.</a></p>
<h2><a name="func-members"></a>
Functions</h2>
<ul>
<li>static void <a class="el" href="dpllt__basic_8cpp.html#a94f5febfa6e9f596f28dff5592b701bc">SATDLevelHook</a> (void *cookie, int change)
<li>static <a class="el" href="unionSatSolver_1_1Lit.html">SatSolver::Lit</a> <a class="el" href="dpllt__basic_8cpp.html#a404b181a9c554aa0076d99c93d963b23">SATDecisionHook</a> (void *cookie, bool *done)
<li>static void <a class="el" href="dpllt__basic_8cpp.html#a29427231527df333a516cb975df83d28">SATAssignmentHook</a> (void *cookie, <a class="el" href="unionSatSolver_1_1Var.html">SatSolver::Var</a> var, int value)
<li>static void <a class="el" href="dpllt__basic_8cpp.html#a4f1ae66191e7e8cc326d540076eaeb3a">SATDeductionHook</a> (void *cookie)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Basic implementation of dpllt module using generic sat solver. </p>
<p>Author: Clark Barrett</p>
<p>Created: Mon Dec 12 19:09:43 2005</p>
<hr/>
<p>License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the <a class="el" href="LICENSE.html">LICENSE</a> file provided with this distribution.</p>
<hr/>
 
<p>Definition in file <a class="el" href="dpllt__basic_8cpp_source.html">dpllt_basic.cpp</a>.</p>
</div><hr/><h2>Function Documentation</h2>
<a class="anchor" id="a94f5febfa6e9f596f28dff5592b701bc"></a><!-- doxytag: member="dpllt_basic.cpp::SATDLevelHook" ref="a94f5febfa6e9f596f28dff5592b701bc" args="(void *cookie, int change)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void SATDLevelHook </td>
          <td>(</td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>cookie</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>change</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="dpllt__basic_8cpp_source.html#l00035">35</a> of file <a class="el" href="dpllt__basic_8cpp_source.html">dpllt_basic.cpp</a>.</p>

<p>References <a class="el" href="dpllt_8h_source.html#l00117">SAT::DPLLT::theoryAPI()</a>.</p>

<p>Referenced by <a class="el" href="dpllt__basic_8cpp_source.html#l00137">SAT::DPLLTBasic::createManager()</a>.</p>

</div>
</div>
<a class="anchor" id="a404b181a9c554aa0076d99c93d963b23"></a><!-- doxytag: member="dpllt_basic.cpp::SATDecisionHook" ref="a404b181a9c554aa0076d99c93d963b23" args="(void *cookie, bool *done)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="unionSatSolver_1_1Lit.html">SatSolver::Lit</a> SATDecisionHook </td>
          <td>(</td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>cookie</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool *&#160;</td>
          <td class="paramname"><em>done</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="dpllt__basic_8cpp_source.html#l00050">50</a> of file <a class="el" href="dpllt__basic_8cpp_source.html">dpllt_basic.cpp</a>.</p>

<p>References <a class="el" href="dpllt__basic_8cpp_source.html#l00289">SAT::DPLLTBasic::addNewClauses()</a>, <a class="el" href="dpllt__basic_8h_source.html#l00064">SAT::DPLLTBasic::cvc2SAT()</a>, <a class="el" href="debug_8h_source.html#l00408">DebugAssert</a>, <a class="el" href="dpllt_8h_source.html#l00118">SAT::DPLLT::decider()</a>, <a class="el" href="sat__api_8h_source.html#l00060">SatSolver::Lit::id</a>, <a class="el" href="debug_8h_source.html#l00406">IF_DEBUG</a>, <a class="el" href="cnf_8h_source.html#l00063">SAT::Lit::isNull()</a>, and <a class="el" href="dpllt_8h_source.html#l00117">SAT::DPLLT::theoryAPI()</a>.</p>

<p>Referenced by <a class="el" href="dpllt__basic_8cpp_source.html#l00137">SAT::DPLLTBasic::createManager()</a>.</p>

</div>
</div>
<a class="anchor" id="a29427231527df333a516cb975df83d28"></a><!-- doxytag: member="dpllt_basic.cpp::SATAssignmentHook" ref="a29427231527df333a516cb975df83d28" args="(void *cookie, SatSolver::Var var, int value)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void SATAssignmentHook </td>
          <td>(</td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>cookie</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="unionSatSolver_1_1Var.html">SatSolver::Var</a>&#160;</td>
          <td class="paramname"><em>var</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>value</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="dpllt__basic_8cpp_source.html#l00098">98</a> of file <a class="el" href="dpllt__basic_8cpp_source.html">dpllt_basic.cpp</a>.</p>

<p>References <a class="el" href="dpllt__basic_8cpp_source.html#l00289">SAT::DPLLTBasic::addNewClauses()</a>, <a class="el" href="classSatSolver.html#a78a8661d31ba8f3aca7e4c73a84f0bcf">SatSolver::GetVarIndex()</a>, <a class="el" href="sat__api_8h_source.html#l00052">SatSolver::Var::id</a>, <a class="el" href="dpllt__basic_8h_source.html#l00073">SAT::DPLLTBasic::satSolver()</a>, <a class="el" href="dpllt_8h_source.html#l00117">SAT::DPLLT::theoryAPI()</a>, and <a class="el" href="kinds_8h_source.html#l00099">TRACE</a>.</p>

<p>Referenced by <a class="el" href="dpllt__basic_8cpp_source.html#l00137">SAT::DPLLTBasic::createManager()</a>.</p>

</div>
</div>
<a class="anchor" id="a4f1ae66191e7e8cc326d540076eaeb3a"></a><!-- doxytag: member="dpllt_basic.cpp::SATDeductionHook" ref="a4f1ae66191e7e8cc326d540076eaeb3a" args="(void *cookie)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static void SATDeductionHook </td>
          <td>(</td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>cookie</em></td><td>)</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="dpllt__basic_8cpp_source.html#l00117">117</a> of file <a class="el" href="dpllt__basic_8cpp_source.html">dpllt_basic.cpp</a>.</p>

<p>References <a class="el" href="dpllt__basic_8cpp_source.html#l00289">SAT::DPLLTBasic::addNewClauses()</a>, <a class="el" href="cnf_8h_source.html#l00063">SAT::Lit::isNull()</a>, <a class="el" href="cnf_8cpp_source.html#l00174">SAT::CNF_Formula_Impl::reset()</a>, and <a class="el" href="dpllt_8h_source.html#l00117">SAT::DPLLT::theoryAPI()</a>.</p>

<p>Referenced by <a class="el" href="dpllt__basic_8cpp_source.html#l00137">SAT::DPLLTBasic::createManager()</a>.</p>

</div>
</div>
</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>