Sygus clean main (#1297)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 3 Nov 2017 20:36:38 +0000 (15:36 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Nov 2017 20:36:38 +0000 (15:36 -0500)
commit5cafed748989602263b8ad1a27ac6b9bd159a441
treeb0e474f47251d480dce48637e73f663aba0dd179
parent3f2c2c745ae2f13441c1cabd363e6539c9bdaeb9
Sygus clean main (#1297)

* Remove front end hack for sygus.

* Remove other hack, add sygus solution output mode.

* Clang format

* Minor

* Fix

* Minor

* Remove unused field.
77 files changed:
src/main/driver_unified.cpp
src/options/Makefile.am
src/options/options.h
src/options/options_handler.cpp
src/options/options_handler.h
src/options/options_public_functions.cpp
src/options/quantifiers_options
src/options/smt_options
src/options/sygus_out_mode.h [new file with mode: 0644]
src/smt/command.cpp
src/smt/command.h
src/smt/smt_engine.cpp
test/regress/regress0/expect/scrub.07.sy
test/regress/regress0/expect/scrub.08.sy
test/regress/regress0/sygus/General_plus10.sy
test/regress/regress0/sygus/array_search_2.sy
test/regress/regress0/sygus/array_sum_2_5.sy
test/regress/regress0/sygus/cegar1.sy
test/regress/regress0/sygus/cggmp.sy
test/regress/regress0/sygus/clock-inc-tuple.sy
test/regress/regress0/sygus/commutative.sy
test/regress/regress0/sygus/const-var-test.sy
test/regress/regress0/sygus/constant.sy
test/regress/regress0/sygus/dt-no-syntax.sy
test/regress/regress0/sygus/dt-test-ns.sy
test/regress/regress0/sygus/dup-op.sy
test/regress/regress0/sygus/enum-test.sy
test/regress/regress0/sygus/fg_polynomial3.sy
test/regress/regress0/sygus/hd-01-d1-prog.sy
test/regress/regress0/sygus/icfp_14.12.sy
test/regress/regress0/sygus/icfp_28_10.sy
test/regress/regress0/sygus/icfp_easy-ite.sy
test/regress/regress0/sygus/inv-example.sy
test/regress/regress0/sygus/let-ringer.sy
test/regress/regress0/sygus/let-simp.sy
test/regress/regress0/sygus/list-head-x.sy
test/regress/regress0/sygus/max.sy
test/regress/regress0/sygus/max2-univ.sy
test/regress/regress0/sygus/multi-fun-polynomial2.sy
test/regress/regress0/sygus/nflat-fwd-3.sy
test/regress/regress0/sygus/nflat-fwd.sy
test/regress/regress0/sygus/nia-max-square-ns.sy
test/regress/regress0/sygus/no-flat-simp.sy
test/regress/regress0/sygus/no-mention.sy
test/regress/regress0/sygus/no-syntax-test-bool.sy
test/regress/regress0/sygus/no-syntax-test-no-si.sy
test/regress/regress0/sygus/no-syntax-test.sy
test/regress/regress0/sygus/parity-AIG-d0.sy
test/regress/regress0/sygus/parse-bv-let.sy
test/regress/regress0/sygus/qe.sy
test/regress/regress0/sygus/strings-concat-3-args.sy
test/regress/regress0/sygus/strings-small.sy
test/regress/regress0/sygus/strings-template-infer.sy
test/regress/regress0/sygus/strings-trivial-simp.sy
test/regress/regress0/sygus/strings-trivial.sy
test/regress/regress0/sygus/strings-unconstrained.sy
test/regress/regress0/sygus/sygus-dt.sy
test/regress/regress0/sygus/tl-type-0.sy
test/regress/regress0/sygus/tl-type-4x.sy
test/regress/regress0/sygus/tl-type.sy
test/regress/regress0/sygus/triv-type-mismatch-si.sy
test/regress/regress0/sygus/twolets1.sy
test/regress/regress0/sygus/twolets2-orig.sy
test/regress/regress0/sygus/uminus_one.sy
test/regress/regress0/sygus/unbdd_inv_gen_winf1.sy
test/regress/regress1/sygus/MPwL_d1s3.sy
test/regress/regress1/sygus/VC22_a.sy
test/regress/regress1/sygus/array_sum_dd.sy
test/regress/regress1/sygus/hd-sdiv.sy
test/regress/regress1/sygus/icfp_easy_mt_ite.sy
test/regress/regress1/sygus/inv_gen_fig8.sy
test/regress/regress1/sygus/inv_gen_n_c11.sy
test/regress/regress1/sygus/mpg_guard1-dd.sy
test/regress/regress1/sygus/nia-max-square.sy
test/regress/regress1/sygus/stopwatch-bt.sy
test/regress/regress1/sygus/three.sy
test/regress/regress1/sygus/unbdd_inv_gen_ex7.sy