CVC3  2.4.1
Classes | Namespaces | Functions
search_sat.cpp File Reference

Implementation of Search engine with generic external sat solver. More...

#include "search_sat.h"
#include "dpllt_minisat.h"
#include "theory_core.h"
#include "eval_exception.h"
#include "typecheck_exception.h"
#include "expr_transform.h"
#include "search_rules.h"
#include "command_line_flags.h"
#include "theorem_manager.h"
#include "theory.h"
#include "debug.h"

Go to the source code of this file.

Classes

class  CVC3::SearchSatCoreSatAPI
 
class  CVC3::SearchSatTheoryAPI
 
class  CVC3::SearchSatDecider
 
class  CVC3::SearchSatCNFCallback
 

Namespaces

 CVC3
 

Functions

static void setRecursiveInUserAssumption (const Expr &e, int scope)
 

Detailed Description

Implementation of Search engine with generic external sat solver.

Author: Clark Barrett

Created: Wed Dec 7 21:00:24 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.cpp.

Function Documentation

static void setRecursiveInUserAssumption ( const Expr e,
int  scope 
)
static