portfolio merge
authorMorgan Deters <mdeters@gmail.com>
Mon, 20 Feb 2012 17:59:33 +0000 (17:59 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 20 Feb 2012 17:59:33 +0000 (17:59 +0000)
commit3d2b33d66998261f9369cccc098140f64bc8b417
tree9176ad2684415f8fb95f75a5655e8b17dcdf9793
parent92155f5e40ed2cf452dc5e2f618e7be6542293e8
portfolio merge
80 files changed:
.gitignore
AUTHORS
COPYING
Makefile.builds.in
README
config/boost.m4 [new file with mode: 0644]
configure.ac
src/expr/Makefile.am
src/expr/command.cpp
src/expr/command.h
src/expr/expr_manager_template.cpp
src/expr/expr_manager_template.h
src/expr/expr_template.cpp
src/expr/expr_template.h
src/expr/mkexpr
src/expr/node.h
src/expr/node_builder.h
src/expr/node_manager.cpp
src/expr/node_manager.h
src/expr/node_value.cpp
src/expr/node_value.h
src/expr/pickle_data.cpp [new file with mode: 0644]
src/expr/pickle_data.h [new file with mode: 0644]
src/expr/pickler.cpp [new file with mode: 0644]
src/expr/pickler.h [new file with mode: 0644]
src/expr/type.cpp
src/expr/type.h
src/expr/type_node.h
src/expr/variable_type_map.h [new file with mode: 0644]
src/main/Makefile.am
src/main/driver.cpp [new file with mode: 0644]
src/main/driver_portfolio.cpp [new file with mode: 0644]
src/main/interactive_shell.cpp
src/main/main.cpp
src/main/main.h
src/main/portfolio.cpp [new file with mode: 0644]
src/main/portfolio.h [new file with mode: 0644]
src/main/util.cpp
src/parser/parser_builder.cpp
src/parser/parser_builder.h
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/sat.cpp
src/prop/sat.h
src/smt/smt_engine.h
src/theory/arith/arith_priority_queue.cpp
src/theory/arith/simplex.cpp
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith_type_rules.h
src/theory/arrays/theory_arrays_type_rules.h
src/theory/booleans/theory_bool_type_rules.h
src/theory/builtin/theory_builtin_type_rules.h
src/theory/bv/theory_bv_rewriter.cpp
src/theory/bv/theory_bv_rewriter.h
src/theory/bv/theory_bv_type_rules.h
src/theory/theory_engine.h
src/theory/uf/theory_uf_type_rules.h
src/util/Makefile.am
src/util/channel.cpp [new file with mode: 0644]
src/util/channel.h [new file with mode: 0644]
src/util/hash.h
src/util/lemma_input_channel.h [new file with mode: 0644]
src/util/lemma_output_channel.h [new file with mode: 0644]
src/util/options.cpp
src/util/options.h
src/util/stats.cpp
src/util/stats.h
test/regress/regress0/Makefile.am
test/regress/regress0/arith/Makefile.am
test/regress/regress0/bv/Makefile.am
test/regress/regress0/bv/core/Makefile.am
test/regress/regress0/lemmas/Makefile.am
test/regress/regress0/precedence/Makefile.am
test/regress/regress0/push-pop/Makefile.am
test/regress/regress0/uf/Makefile.am
test/regress/regress0/uflra/Makefile.am
test/regress/regress1/Makefile.am
test/regress/regress1/arith/Makefile.am
test/regress/regress2/Makefile.am
test/regress/regress3/Makefile.am