Resource-limiting work.
authorLiana Hadarean <lianah@cs.nyu.edu>
Mon, 17 Nov 2014 20:26:42 +0000 (15:26 -0500)
committerMorgan Deters <mdeters@cs.nyu.edu>
Mon, 17 Nov 2014 20:26:42 +0000 (15:26 -0500)
commit3ba7ed6b1b09739385ae2ffb77a5c7ccd18b40a5
tree845ae47600ffff9c68fa654c0f78d3474e406beb
parentd8da3b13bc9df7750723cf3da38edc8cb6f67d3d
Resource-limiting work.

Signed-off-by: Morgan Deters <mdeters@cs.nyu.edu>
60 files changed:
.mailmap
src/cvc4.i
src/decision/decision_engine.h
src/expr/command.cpp
src/expr/command.h
src/expr/expr_manager_template.cpp
src/expr/expr_manager_template.h
src/expr/node_manager.cpp
src/expr/node_manager.h
src/main/driver_unified.cpp
src/main/interactive_shell.cpp
src/main/interactive_shell.h
src/parser/parser.cpp
src/parser/parser.h
src/printer/ast/ast_printer.cpp
src/printer/cvc/cvc_printer.cpp
src/printer/smt2/smt2_printer.cpp
src/prop/bvminisat/bvminisat.cpp
src/prop/bvminisat/bvminisat.h
src/prop/bvminisat/core/Solver.h
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/minisat/minisat.cpp
src/prop/minisat/minisat.h
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/sat_solver.h
src/prop/theory_proxy.cpp
src/prop/theory_proxy.h
src/smt/options
src/smt/options_handlers.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/smt/smt_engine_scope.h
src/theory/bv/bitblaster_template.h
src/theory/bv/bv_eager_solver.cpp
src/theory/bv/bv_subtheory_algebraic.cpp
src/theory/bv/bv_subtheory_bitblast.cpp
src/theory/bv/bv_subtheory_core.cpp
src/theory/bv/bv_subtheory_inequality.cpp
src/theory/bv/eager_bitblaster.cpp
src/theory/bv/lazy_bitblaster.cpp
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv.h
src/theory/output_channel.h
src/theory/rewriter.cpp
src/theory/rewriter.h
src/theory/rewriter_tables_template.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/theory_test_utils.h
src/util/Makefile.am
src/util/resource_manager.cpp [new file with mode: 0644]
src/util/resource_manager.h [new file with mode: 0644]
src/util/resource_manager.i [new file with mode: 0644]
src/util/unsafe_interrupt_exception.h [new file with mode: 0644]
src/util/unsafe_interrupt_exception.i [new file with mode: 0644]
test/unit/theory/theory_bv_white.h