CVC3
2.4.1
|
#include <fstream>
#include "os.h"
#include "vcl.h"
#include "parser.h"
#include "vc_cmd.h"
#include "search_simple.h"
#include "search_fast.h"
#include "search_sat.h"
#include "theory_core.h"
#include "theory_uf.h"
#include "theory_arith_old.h"
#include "theory_arith_new.h"
#include "theory_arith3.h"
#include "theory_bitvector.h"
#include "theory_array.h"
#include "theory_quant.h"
#include "theory_records.h"
#include "theory_simulate.h"
#include "theory_datatype.h"
#include "theory_datatype_lazy.h"
#include "translator.h"
#include "typecheck_exception.h"
#include "eval_exception.h"
#include "expr_transform.h"
#include "theorem_manager.h"
#include "assumptions.h"
#include "parser_exception.h"
Go to the source code of this file.
Functions | |
IF_DEBUG (void VCL::dumpTrace(int scope){vector< StrPair > fields;fields.push_back(strPair("scope", int2string(scope)));debugger.dumpTrace("scope", fields);}) VCL | |
Author: Clark Barrett
Created: Tue Dec 31 18:27:11 2002
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 vcl.cpp.
IF_DEBUG | ( | void VCL::dumpTrace(int scope){vector< StrPair > fields;fields.push_back(strPair("scope", int2string(scope)));debugger.dumpTrace("scope", fields);} | ) |
Definition at line 396 of file vcl.cpp.
References CVC3::int2string(), and CVC3::strPair().