summaryrefslogtreecommitdiff
path: root/src/printer/printer.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-05-21 12:15:28 -0500
committerGitHub <noreply@github.com>2021-05-21 17:15:28 +0000
commit624292d7fb5bd27b10bdce285441540d6931fa57 (patch)
tree73169808ce6106ba4ab18f515bb1752e1227ff3e /src/printer/printer.h
parentbb39d534c89dc2569aa048bb053196bfa5bbb3a1 (diff)
Update to sygus standard output for check-synth responses (#6521)
This PR does two things: (1) It eliminates the ad-hoc implementation of printSynthSolutions and removes it from the API. Now, printing response to a check-synth command is done in a more standard way, using the API + symbol manager. This is analogous to recent refactoring to get-model. (2) It updates cvc5's output in response to check-synth to be compliant with the upcoming sygus 2.1 standard. The standard has changed slightly: responses to check-synth are now closed in parentheses, mirroring the smt2 response to get-model. It also removes the unused command GetSynthSolutionCommand.
Diffstat (limited to 'src/printer/printer.h')
-rw-r--r--src/printer/printer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/printer/printer.h b/src/printer/printer.h
index 86f3dbb2b..6c00ebad5 100644
--- a/src/printer/printer.h
+++ b/src/printer/printer.h
@@ -181,9 +181,6 @@ class Printer
/** Print get-instantiations command */
void toStreamCmdGetInstantiations(std::ostream& out) const;
- /** Print get-synth-solution command */
- void toStreamCmdGetSynthSolution(std::ostream& out) const;
-
/** Print get-interpol command */
void toStreamCmdGetInterpol(std::ostream& out,
const std::string& name,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback