CVC3
Classes | Namespaces | Functions
search_sat.h File Reference

Search engine that uses an external SAT engine. More...

#include <vector>
#include <set>
#include "search.h"
#include "smartcdo.h"
#include "cdlist.h"
#include "cnf_manager.h"
#include "expr.h"
#include "dpllt.h"
#include "theory_core.h"
#include "formula_value.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CVC3::SearchSat
 Search engine that connects to a generic SAT reasoning module. More...
 
class  CVC3::SearchSat::LitPriorityPair
 Pair of Lit and priority of this Lit. More...
 
class  CVC3::SearchSat::Restorer
 

Namespaces

namespace  CVC3
 

Functions

bool CVC3::operator< (const SearchSat::LitPriorityPair &p1, const SearchSat::LitPriorityPair &p2)
 

Detailed Description

Search engine that uses an external SAT engine.

Author: Clark Barrett

Created: Mon Dec 5 17:52:05 2005


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 LICENSE file provided with this distribution.


Definition in file search_sat.h.