Documentation fixes, some code typo fixes, file perms, other minor things.
authorMorgan Deters <mdeters@cs.nyu.edu>
Fri, 16 Aug 2013 19:15:03 +0000 (15:15 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Fri, 13 Sep 2013 22:32:39 +0000 (18:32 -0400)
commit14776d0aeb833a7e728a27af6ef545f20b495f7f
treeeccc91e0be00cfb9af7d757aae3dd07479c256fb
parent09fc93244e10b4450592b4ede151873142d54b34
Documentation fixes, some code typo fixes, file perms, other minor things.
59 files changed:
contrib/get-bug-attachments
contrib/theoryskel/README.WHATS-NEXT
doc/SmtEngine.3cvc_template.in
doc/cvc4.1_template.in
doc/cvc4.5.in
doc/libcvc4compat.3.in
doc/libcvc4parser.3.in
doc/options.3cvc_template.in
src/expr/metakind_template.h
src/expr/type_node.h
src/parser/smt2/Smt2.g
src/parser/tptp/Tptp.g
src/parser/tptp/tptp.cpp
src/parser/tptp/tptp.h
src/parser/tptp/tptp_input.h
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/minisat/minisat.h
src/prop/minisat/mtl/Vec.h
src/prop/minisat/simp/SimpSolver.cc
src/prop/options
src/smt/options
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/arith/approx_simplex.h
src/theory/arith/bound_counts.h
src/theory/arith/normal_form.cpp
src/theory/arith/options
src/theory/arith/simplex_update.h
src/theory/bv/theory_bv_utils.h
src/theory/idl/idl_assertion.cpp
src/theory/idl/idl_assertion.h
src/theory/idl/idl_assertion_db.cpp
src/theory/idl/idl_assertion_db.h
src/theory/idl/idl_model.cpp
src/theory/idl/idl_model.h
src/theory/idl/theory_idl.cpp
src/theory/idl/theory_idl.h
src/theory/ite_simplifier.cpp
src/theory/ite_simplifier.h
src/theory/output_channel.h
src/theory/quantifiers/bounded_integers.cpp [changed mode: 0755->0644]
src/theory/quantifiers/bounded_integers.h [changed mode: 0755->0644]
src/theory/quantifiers/first_order_reasoning.cpp [changed mode: 0755->0644]
src/theory/quantifiers/first_order_reasoning.h [changed mode: 0755->0644]
src/theory/quantifiers/full_model_check.cpp [changed mode: 0755->0644]
src/theory/quantifiers/full_model_check.h [changed mode: 0755->0644]
src/theory/quantifiers/model_engine.h
src/theory/theory.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/uf/equality_engine.h
src/util/result.i
src/util/statistics_registry.h
test/regress/regress0/fmf/Makefile.am [changed mode: 0755->0644]
test/regress/regress0/fmf/german169.smt2 [changed mode: 0755->0644]
test/regress/regress0/fmf/german73.smt2 [changed mode: 0755->0644]
test/regress/regress0/fmf/refcount24.cvc.smt2 [changed mode: 0755->0644]