summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-11-04 17:48:48 -0600
committerGitHub <noreply@github.com>2019-11-04 17:48:48 -0600
commit89efa6be8e0534e68cd3883f462ae9c2fbb936f8 (patch)
tree096c7527a553b8099c14d7fc17d4b2290e05ded4 /src/theory/theory_engine.h
parent80706046b2a5c7de6964fff1b2ab98d402af6e25 (diff)
parent2a888bdb47b18ea29f67659b5d64aad6d8da389b (diff)
Merge branch 'master' into regWDefaultCmdLineregWDefaultCmdLine
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index fc31572ec..dd34ae16b 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -779,7 +779,7 @@ public:
* For details on what is added to sol_map, see
* SynthConjecture::getSynthSolutions.
*/
- bool getSynthSolutions(std::map<Node, Node>& sol_map);
+ bool getSynthSolutions(std::map<Node, std::map<Node, Node> >& sol_map);
/**
* Get the model builder
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback