BoolExpr removed and replaced with Expr
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Fri, 5 Oct 2012 22:07:16 +0000 (22:07 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Fri, 5 Oct 2012 22:07:16 +0000 (22:07 +0000)
commit4c87c0794b7e954afd090cfbf441caa0b09c3ef5
treed0cfcf60cbf9600c52dcb728744802ad27a5c3e1
parent7a9899f394476e53b7f759e698c7e10c8388fd57
BoolExpr removed and replaced with Expr
28 files changed:
.cproject
.settings/language.settings.xml [new file with mode: 0644]
examples/hashsmt/sha1smt.cpp
examples/hashsmt/word.cpp
examples/hashsmt/word.h
examples/nra-translate/normalize.cpp
examples/nra-translate/smt2info.cpp
examples/nra-translate/smt2todreal.cpp
examples/nra-translate/smt2toisat.cpp
examples/nra-translate/smt2tomathematica.cpp
examples/nra-translate/smt2toqepcad.cpp
examples/nra-translate/smt2toredlog.cpp
examples/simple_vc_cxx.cpp
src/compat/cvc3_compat.cpp
src/expr/command.cpp
src/expr/command.h
src/expr/expr_template.cpp
src/expr/expr_template.h
src/printer/ast/ast_printer.cpp
src/printer/cvc/cvc_printer.cpp
src/printer/smt2/smt2_printer.cpp
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/minisat/core/Solver.cc
src/prop/prop_engine.cpp
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/theory_engine.cpp