merge from symmetry branch
authorMorgan Deters <mdeters@gmail.com>
Mon, 11 Jul 2011 03:33:14 +0000 (03:33 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 11 Jul 2011 03:33:14 +0000 (03:33 +0000)
commit25e9c72dd689d3b621b901220794c652a3ba589a
tree58b14dd3818f3e7a8ca3311a0457716e7753a95e
parent587520ce888b88294fb9e4ca476e2425d8bf026e
merge from symmetry branch
27 files changed:
src/expr/command.cpp
src/expr/command.h
src/printer/ast/ast_printer.cpp
src/printer/ast/ast_printer.h
src/printer/cvc/cvc_printer.cpp
src/printer/cvc/cvc_printer.h
src/printer/printer.h
src/printer/smt/smt_printer.cpp
src/printer/smt/smt_printer.h
src/printer/smt2/smt2_printer.cpp
src/printer/smt2/smt2_printer.h
src/prop/minisat/core/Solver.cc
src/prop/prop_engine.cpp
src/smt/smt_engine.cpp
src/theory/theory_engine.cpp
src/theory/uf/Makefile.am
src/theory/uf/morgan/theory_uf_morgan.cpp
src/theory/uf/morgan/theory_uf_morgan.h
src/theory/uf/symmetry_breaker.cpp [new file with mode: 0644]
src/theory/uf/symmetry_breaker.h [new file with mode: 0644]
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf.h
src/util/options.cpp
src/util/options.h
test/regress/regress0/uf/Makefile.am
test/regress/regress0/uf/gensys_brn001.smt2 [new file with mode: 0644]
test/regress/regress0/uf/mkpidgeon [new file with mode: 0755]