summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-11-04 17:48:30 -0600
committerGitHub <noreply@github.com>2019-11-04 17:48:30 -0600
commit2a888bdb47b18ea29f67659b5d64aad6d8da389b (patch)
tree6cad86505a6d357e96b16d57c5b4ef4ebd5c411a /src/theory/theory_engine.cpp
parente5ac2503afc1879808a8809e9b9498ba08217328 (diff)
Make check synth solution robust to auxiliary assertions (#3432)
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index d73babdc0..7a72367de 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -944,7 +944,8 @@ TheoryModel* TheoryEngine::getBuiltModel()
return d_curr_model;
}
-bool TheoryEngine::getSynthSolutions(std::map<Node, Node>& sol_map)
+bool TheoryEngine::getSynthSolutions(
+ std::map<Node, std::map<Node, Node>>& sol_map)
{
if (d_quantEngine)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback