CVC3
|
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.
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.
static void setRecursiveInUserAssumption | ( | const Expr & | e, |
int | scope | ||
) | [static] |
Definition at line 1032 of file search_sat.cpp.
References CVC3::Expr::arity(), CVC3::Expr::inUserAssumption(), and CVC3::Expr::setInUserAssumption().
Referenced by CVC3::SearchSat::newUserAssumptionInt().