Make sygus inference a preprocessing pass (#2334)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 20 Aug 2018 17:21:37 +0000 (12:21 -0500)
committerGitHub <noreply@github.com>
Mon, 20 Aug 2018 17:21:37 +0000 (12:21 -0500)
commit991af9a7a73adaa84712e93af72980ba977b1155
tree4efe10ae3cb7f76acd25f8749859d76a2c8c1e80
parentb7dfffd3fe57ab8bf2b6f8aed35f8c3bb459a117
 Make sygus inference a preprocessing pass (#2334)
src/Makefile.am
src/preprocessing/passes/sygus_inference.cpp [new file with mode: 0644]
src/preprocessing/passes/sygus_inference.h [new file with mode: 0644]
src/smt/smt_engine.cpp
src/theory/quantifiers/sygus_inference.cpp [deleted file]
src/theory/quantifiers/sygus_inference.h [deleted file]