Update copyrights, add missing file-level documentation; fix perms.
authorMorgan Deters <mdeters@cs.nyu.edu>
Thu, 5 Dec 2013 20:04:30 +0000 (15:04 -0500)
committerMorgan Deters <mdeters@cs.nyu.edu>
Thu, 5 Dec 2013 20:41:28 +0000 (15:41 -0500)
commitd692211d62a5d5a58c4bbe11b495554671c43847
tree5097a72499b72d54630d7dc7f890831eb1996b00
parent2fab0a67761f8b63a3c3f5abdbe7f382f722a04f
Update copyrights, add missing file-level documentation; fix perms.
195 files changed:
examples/hashsmt/sha1.hpp
examples/hashsmt/sha1smt.cpp
examples/hashsmt/word.h
examples/nra-translate/normalize.cpp
examples/nra-translate/smt2info.cpp
examples/nra-translate/smt2todreal.cpp
src/compat/cvc3_compat.cpp
src/context/cdvector.h
src/decision/decision_engine.h
src/decision/decision_mode.h
src/decision/options_handlers.h
src/expr/attribute.cpp
src/expr/attribute.h
src/expr/attribute_internals.h
src/expr/attribute_unique_id.h
src/expr/command.cpp
src/expr/expr_template.cpp
src/expr/metakind_template.h
src/expr/node.cpp
src/expr/node.h
src/expr/node_manager.cpp
src/expr/node_manager.h
src/expr/pickle_data.h
src/expr/type_checker.h
src/expr/type_checker_template.cpp
src/expr/type_node.h
src/main/command_executor.cpp
src/main/options_handlers.h
src/parser/bounded_token_factory.cpp
src/parser/parser.cpp
src/parser/smt1/smt1.cpp
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/parser/tptp/Tptp.g
src/parser/tptp/tptp.cpp
src/parser/tptp/tptp.h
src/parser/tptp/tptp_input.cpp
src/printer/cvc/cvc_printer.cpp
src/printer/printer.cpp
src/printer/printer.h
src/printer/smt2/smt2_printer.cpp
src/proof/cnf_proof.h
src/proof/proof_manager.h
src/proof/sat_proof.h
src/proof/theory_proof.h
src/prop/sat_solver_factory.cpp
src/prop/sat_solver_types.h
src/prop/theory_proxy.h
src/smt/model_postprocessor.cpp
src/smt/options_handlers.h
src/smt/smt_engine.cpp
src/theory/arith/approx_simplex.cpp
src/theory/arith/approx_simplex.h
src/theory/arith/arith_heuristic_pivot_rule.cpp
src/theory/arith/arith_heuristic_pivot_rule.h
src/theory/arith/arith_rewriter.cpp
src/theory/arith/arith_static_learner.cpp
src/theory/arith/arith_utilities.h
src/theory/arith/arithvar.cpp
src/theory/arith/attempt_solution_simplex.cpp
src/theory/arith/attempt_solution_simplex.h
src/theory/arith/bound_counts.h
src/theory/arith/callbacks.cpp
src/theory/arith/callbacks.h
src/theory/arith/congruence_manager.cpp
src/theory/arith/dual_simplex.cpp
src/theory/arith/dual_simplex.h
src/theory/arith/fc_simplex.cpp
src/theory/arith/fc_simplex.h
src/theory/arith/options_handlers.h
src/theory/arith/partial_model.h
src/theory/arith/simplex.h
src/theory/arith/simplex_update.cpp
src/theory/arith/simplex_update.h
src/theory/arith/soi_simplex.cpp
src/theory/arith/soi_simplex.h
src/theory/arith/tableau.cpp
src/theory/arith/tableau.h
src/theory/arith/tableau_sizes.cpp
src/theory/arith/tableau_sizes.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/arith/theory_arith_private.cpp
src/theory/arith/theory_arith_private.h
src/theory/arith/theory_arith_private_forward.h
src/theory/arith/theory_arith_type_rules.h
src/theory/atom_requests.cpp
src/theory/atom_requests.h
src/theory/booleans/theory_bool.cpp
src/theory/booleans/theory_bool_rewriter.cpp
src/theory/booleans/theory_bool_rewriter.h
src/theory/builtin/theory_builtin.cpp
src/theory/bv/bitblast_strategies.cpp
src/theory/bv/bitblaster.cpp
src/theory/bv/bitblaster.h
src/theory/bv/bv_inequality_graph.cpp
src/theory/bv/bv_inequality_graph.h
src/theory/bv/bv_subtheory.h
src/theory/bv/bv_subtheory_bitblast.cpp
src/theory/bv/bv_subtheory_bitblast.h
src/theory/bv/bv_subtheory_core.cpp
src/theory/bv/bv_subtheory_core.h
src/theory/bv/bv_subtheory_inequality.cpp
src/theory/bv/bv_subtheory_inequality.h
src/theory/bv/bv_to_bool.cpp
src/theory/bv/bv_to_bool.h
src/theory/bv/slicer.cpp
src/theory/bv/slicer.h
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv.h
src/theory/bv/theory_bv_rewrite_rules_constant_evaluation.h
src/theory/bv/theory_bv_rewrite_rules_operator_elimination.h
src/theory/bv/theory_bv_rewriter.cpp
src/theory/bv/theory_bv_type_rules.h
src/theory/bv/theory_bv_utils.h
src/theory/datatypes/type_enumerator.h
src/theory/decision_attributes.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_utilities.cpp
src/theory/ite_utilities.h
src/theory/quantifiers/bounded_integers.cpp
src/theory/quantifiers/bounded_integers.h
src/theory/quantifiers/candidate_generator.cpp
src/theory/quantifiers/candidate_generator.h
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/first_order_reasoning.cpp
src/theory/quantifiers/first_order_reasoning.h
src/theory/quantifiers/full_model_check.cpp
src/theory/quantifiers/full_model_check.h
src/theory/quantifiers/inst_strategy_cbqi.cpp
src/theory/quantifiers/inst_strategy_cbqi.h
src/theory/quantifiers/relevant_domain.cpp [changed mode: 0755->0644]
src/theory/quantifiers/relevant_domain.h [changed mode: 0755->0644]
src/theory/quantifiers/rewrite_engine.cpp [changed mode: 0755->0644]
src/theory/quantifiers/rewrite_engine.h [changed mode: 0755->0644]
src/theory/quantifiers/symmetry_breaking.cpp [changed mode: 0755->0644]
src/theory/quantifiers/symmetry_breaking.h [changed mode: 0755->0644]
src/theory/quantifiers/theory_quantifiers.cpp
src/theory/quantifiers_engine.cpp [changed mode: 0755->0644]
src/theory/rewriter.cpp
src/theory/rewriter.h
src/theory/rewriter_tables_template.h
src/theory/rewriterules/theory_rewriterules_rewriter.h
src/theory/strings/regexp_operation.cpp
src/theory/strings/regexp_operation.h
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings.h
src/theory/strings/theory_strings_preprocess.cpp
src/theory/strings/theory_strings_preprocess.h
src/theory/strings/theory_strings_rewriter.cpp
src/theory/strings/theory_strings_rewriter.h
src/theory/strings/theory_strings_type_rules.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/theory_model.cpp
src/theory/theory_model.h
src/theory/theory_registrar.h
src/theory/uf/equality_engine.cpp
src/theory/uf/equality_engine.h
src/theory/uf/theory_uf_model.cpp
src/theory/uf/theory_uf_rewriter.h
src/theory/uf/theory_uf_type_rules.h
src/theory/unconstrained_simplifier.cpp
src/theory/unconstrained_simplifier.h
src/util/bitvector.h
src/util/configuration.cpp
src/util/configuration.h
src/util/configuration_private.h
src/util/dense_map.h
src/util/gmp_util.h
src/util/hash.h
src/util/index.h
src/util/ite_removal.cpp
src/util/ite_removal.h
src/util/maybe.h
src/util/model.cpp
src/util/model.h
src/util/nary_builder.cpp
src/util/nary_builder.h
src/util/regexp.h
test/unit/context/cdvector_black.h
test/unit/expr/attribute_white.h
test/unit/expr/expr_manager_public.h
test/unit/theory/logic_info_white.h
test/unit/theory/theory_black.h
test/unit/theory/theory_engine_white.h
test/unit/theory/theory_white.h