Floating point infrastructure.
authorMartin Brain <martin.brain@cs.ox.ac.uk>
Thu, 4 Dec 2014 02:29:43 +0000 (21:29 -0500)
committerMorgan Deters <mdeters@cs.nyu.edu>
Thu, 4 Dec 2014 02:58:28 +0000 (21:58 -0500)
commitcf6bc6c57dd579b8f75b7d20922eda0eaa92b2f7
tree582afecddf7d64953d8562ab57dd915db6cc852f
parent2121eaac7e63875f1e6ba53076535d25fd561c04
Floating point infrastructure.

Signed-off-by: Morgan Deters <mdeters@cs.nyu.edu>
31 files changed:
src/Makefile.am
src/cvc4.i
src/expr/expr_manager_template.cpp
src/expr/expr_manager_template.cpp.orig [new file with mode: 0644]
src/expr/expr_manager_template.h
src/expr/expr_manager_template.h.orig [new file with mode: 0644]
src/expr/node_manager.h
src/expr/node_manager.h.orig [new file with mode: 0644]
src/expr/type.cpp
src/expr/type.h
src/expr/type_node.h
src/options/Makefile.am
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/printer/smt2/smt2_printer.cpp
src/smt/boolean_terms.cpp
src/theory/fp/kinds [new file with mode: 0644]
src/theory/fp/options [new file with mode: 0644]
src/theory/fp/options_handlers.h [new file with mode: 0644]
src/theory/fp/theory_fp.cpp [new file with mode: 0644]
src/theory/fp/theory_fp.h [new file with mode: 0644]
src/theory/fp/theory_fp_rewriter.cpp [new file with mode: 0644]
src/theory/fp/theory_fp_rewriter.h [new file with mode: 0644]
src/theory/fp/theory_fp_type_rules.h [new file with mode: 0644]
src/theory/logic_info.cpp
src/util/Makefile.am
src/util/floatingpoint.cpp [new file with mode: 0644]
src/util/floatingpoint.h [new file with mode: 0644]
src/util/floatingpoint.i [new file with mode: 0644]
test/unit/theory/logic_info_white.h