#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"
Include dependency graph for search_sat.cpp:
Go to the source code of this file.
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 1031 of file search_sat.cpp.
References CVC3::Expr::arity(), CVC3::Expr::inUserAssumption(), and CVC3::Expr::setInUserAssumption().
Referenced by CVC3::SearchSat::newUserAssumptionInt().