CVC3
Classes | Namespaces | Functions

theory_core.cpp File Reference

#include <locale>
#include <cctype>
#include <ctime>
#include "command_line_flags.h"
#include "expr.h"
#include "notifylist.h"
#include "pretty_printer.h"
#include "common_proof_rules.h"
#include "parser_exception.h"
#include "typecheck_exception.h"
#include "smtlib_exception.h"
#include "eval_exception.h"
#include "theory_core.h"
#include "expr_transform.h"
#include "core_proof_rules.h"
#include "theorem_manager.h"
#include "translator.h"
#include "theory_arith.h"

Go to the source code of this file.

Classes

Namespaces

Functions


Detailed Description

Author: Clark Barrett, Vijay Ganesh (CNF converter)

Created: Thu Jan 30 16:57:52 2003


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 theory_core.cpp.


Function Documentation

static bool containsRec ( const Expr def,
ExprHashMap< bool > &  defs,
ExprHashMap< bool > &  visited 
) [static]
static bool contains ( const Expr def,
ExprHashMap< bool > &  defs 
) [static]

Definition at line 2050 of file theory_core.cpp.

References containsRec().

Referenced by CVC3::TheoryCore::print().

static bool hasBoundVarRec ( const Expr e) [static]