summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_eager_solver.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-12-08 10:14:31 -0600
committerGitHub <noreply@github.com>2017-12-08 10:14:31 -0600
commit564234963dd7e76c8d9b88ef941a6683694e5b53 (patch)
tree313e46520c07d1536fffbad4b7080937cfc09aae /src/theory/bv/bv_eager_solver.h
parent805d4b7483e51a9b4d24058d493f85700a87f099 (diff)
Make collect model info return a Bool (#1421)
Diffstat (limited to 'src/theory/bv/bv_eager_solver.h')
-rw-r--r--src/theory/bv/bv_eager_solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/bv_eager_solver.h b/src/theory/bv/bv_eager_solver.h
index d259d49e6..856de530d 100644
--- a/src/theory/bv/bv_eager_solver.h
+++ b/src/theory/bv/bv_eager_solver.h
@@ -47,7 +47,7 @@ class EagerBitblastSolver {
void turnOffAig();
bool isInitialized();
void initialize();
- void collectModelInfo(theory::TheoryModel* m, bool fullModel);
+ bool collectModelInfo(theory::TheoryModel* m, bool fullModel);
void setProofLog(BitVectorProof* bvp);
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback