summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/hd-01-d1-prog.sy
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-09 22:18:58 -0500
committerGitHub <noreply@github.com>2020-03-09 20:18:58 -0700
commit0e09af0be57ec4df28869e4383a40d847c0a6b5a (patch)
tree659be92f761f174f6690bd16d1d2e6b0f2301999 /test/regress/regress1/sygus/hd-01-d1-prog.sy
parent3ebc297e6ff589f7b98519cd2aa23963a4e06652 (diff)
Rename sygus option name (#3977)
This option enables the sygus solver (previous name was ceGuidedInst, deprecated from CAV 15 specific approach). It also improves when this option is set. In particular we ensure it is enabled when sygus is enabled for any reason.
Diffstat (limited to 'test/regress/regress1/sygus/hd-01-d1-prog.sy')
-rw-r--r--test/regress/regress1/sygus/hd-01-d1-prog.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sygus/hd-01-d1-prog.sy b/test/regress/regress1/sygus/hd-01-d1-prog.sy
index 1379d4206..bbdbda1bd 100644
--- a/test/regress/regress1/sygus/hd-01-d1-prog.sy
+++ b/test/regress/regress1/sygus/hd-01-d1-prog.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --cegqi --sygus-out=status
+; COMMAND-LINE: --sygus-out=status
(set-logic BV)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback