summaryrefslogtreecommitdiff
path: root/src/options/options.h
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 /src/options/options.h
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 'src/options/options.h')
-rw-r--r--src/options/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options/options.h b/src/options/options.h
index fcf99134d..ad2729205 100644
--- a/src/options/options.h
+++ b/src/options/options.h
@@ -240,7 +240,6 @@ public:
void setOut(std::ostream*);
void setOutputLanguage(OutputLanguage);
- bool wasSetByUserCeGuidedInst() const;
bool wasSetByUserDumpSynth() const;
bool wasSetByUserEarlyExit() const;
bool wasSetByUserForceLogicString() const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback