summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-02-28 12:19:25 -0800
committerGitHub <noreply@github.com>2018-02-28 12:19:25 -0800
commitdfcd935acb928ff27c4b24a89de37338411d2543 (patch)
treebefdc279791a4d1fc2df1fa29b56ab3dc04e8baf /src/smt/smt_engine.h
parentd39210bb485c13e7f3290e4e7faab9c5830f437d (diff)
SmtEngine::getAssignment now returns a vector of assignments. (#1628)
Diffstat (limited to 'src/smt/smt_engine.h')
-rw-r--r--src/smt/smt_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index e768bf826..c8601a23d 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -598,7 +598,7 @@ class CVC4_PUBLIC SmtEngine {
* INVALID query). Only permitted if the SmtEngine is set to
* operate interactively and produce-assignments is on.
*/
- CVC4::SExpr getAssignment();
+ std::vector<std::pair<Expr, Expr> > getAssignment();
/**
* Get the last proof (only if immediately preceded by an UNSAT
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback